#288AF4

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

Shades of Dodger Blue #288AF4

Tints of Dodger Blue #288AF4

Color information

#288AF4 (or 0x288AF4) is unknown color: approx Dodger Blue. HEX triplet: 28, 8A and F4. RGB value is (40,138,244). Sum of RGB (Red+Green+Blue) = 40+138+244=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #288AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AF4 is #D7750B. Grayscale: #787878. Windows color (decimal): -14120204 or 16026152. OLE color: 16026152.

HSL color Cylindrical-coordinate representation of color #288AF4: hue angle of 211.18º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288AF4 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB40138244-
CMYK0.840.4300.04
HSL211.18º90.27%55.69%-
HSV(B)211.18º83.61%95.69%-
XYZ26.2925.1689.06-
YUV120.78197.5370.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.48%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 244 (95.70% from 255) = 57.82%
R=9.48%
G=32.70%
B=57.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal401382440.840.4300.04211.1890.2755.69
Hex288AF4542B04d35a38
Octal50212364124530432313270
Binary101000100010101111010010101001010110100110100111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288AF4; }

 p { color: rgb(40,138,244); }

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

<style>
 a { background-color: #288AF4; }

 a { background-color: rgb(40,138,244); }

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

<style>
 span { border-color: #288AF4; }

 span { border-color: rgb(40,138,244); }

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