#2277FF

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

Shades of Dodger Blue #2277FF

Tints of Dodger Blue #2277FF

Color information

#2277FF (or 0x2277FF) is unknown color: approx Dodger Blue. HEX triplet: 22, 77 and FF. RGB value is (34,119,255). Sum of RGB (Red+Green+Blue) = 34+119+255=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #2277FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2277FF is #DD8800. Grayscale: #6C6C6C. Windows color (decimal): -14518273 or 16742178. OLE color: 16742178.

HSL color Cylindrical-coordinate representation of color #2277FF: hue angle of 216.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2277FF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB34119255-
CMYK0.870.5300
HSL216.92º100%56.67%-
HSV(B)216.92º86.67%100%-
XYZ25.3120.7597.28-
YUV109.09210.3474.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8.33%
GREEN value IS 119 (46.88% from 255) = 29.17%
BLUE value IS 255 (100% from 255) = 62.5%
R=8.33%
G=29.17%
B=62.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal341192550.870.5300216.9210056.67
Hex2277FF573500d96439
Octal42167377127650033114471
Binary100010111011111111111101011111010100110110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2277FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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