#2288FF

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

Shades of Dodger Blue #2288FF

Tints of Dodger Blue #2288FF

Color information

#2288FF (or 0x2288FF) is unknown color: approx Dodger Blue. HEX triplet: 22, 88 and FF. RGB value is (34,136,255). Sum of RGB (Red+Green+Blue) = 34+136+255=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #2288FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2288FF is #DD7700. Grayscale: #767676. Windows color (decimal): -14513921 or 16746530. OLE color: 16746530.

HSL color Cylindrical-coordinate representation of color #2288FF: hue angle of 212.31º 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 #2288FF is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB34136255-
CMYK0.870.4700
HSL212.31º100%56.67%-
HSV(B)212.31º86.67%100%-
XYZ27.5125.1798.02-
YUV119.07204.7167.32-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 8%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 255 (100% from 255) = 60%
R=8%
G=32%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal341362550.870.4700212.3110056.67
Hex2288FF572F00d46439
Octal42210377127570032414471
Binary1000101000100011111111101011110111100110101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2288FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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