#2277FA

Color #2277FA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2277FA

Tints of Dodger Blue #2277FA

Color information

#2277FA (or 0x2277FA) is unknown color: approx Dodger Blue. HEX triplet: 22, 77 and FA. RGB value is (34,119,250). Sum of RGB (Red+Green+Blue) = 34+119+250=403 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.44% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2277FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2277FA is #DD8805. Grayscale: #6B6B6B. Windows color (decimal): -14518278 or 16414498. OLE color: 16414498.

HSL color Cylindrical-coordinate representation of color #2277FA: hue angle of 216.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2277FA is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB34119250-
CMYK0.860.5200.02
HSL216.39º95.58%55.69%-
HSV(B)216.39º86.4%98.04%-
XYZ24.5120.4493.1-
YUV108.52207.8474.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 8.44%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 250 (98.05% from 255) = 62.03%
R=8.44%
G=29.53%
B=62.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal341192500.860.5200.02216.3995.5855.69
Hex2277FA563402d86038
Octal42167372126640233014070
Binary1000101110111111110101010110110100010110110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2277FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2277FA; }

 p { color: rgb(34,119,250); }

 H1.HeaderClassName
 {
   color: #2277FA;
 }
 .AnyTagClassName
 {
   color: #2277FA;
 }
</style>
background-color css

<style>
 a { background-color: #2277FA; }

 a { background-color: rgb(34,119,250); }

 div.DivClassName
 {
   background-color: #2277FA;
 }
 .BgClassName
 {
   background-color: #2277FA;
 }
</style>
border-color css

<style>
 span { border-color: #2277FA; }

 span { border-color: rgb(34,119,250); }

 td.TdClassName
 {
   border-color: #2277FA;
 }
 .TagClassName
 {
   border-color: #2277FA;
 }
</style>