Html Css Color HEX #288AEF Dodger Blue

📋 copy color: '#288AEF'

red 40 ◦ green 138 ◦ blue 239

#288AEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #288AEF

Tints of Dodger Blue #288AEF

RGB

 RED value IS 40 (16.02% from 255) = 9.59%

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 9.59%
G = 33.09%
B = 57.31%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#288AEF (or 0x288AEF) is known color: Dodger Blue. HEX triplet: 28, 8A and EF. RGB value is (40,138,239). Sum of RGB (Red+Green+Blue) = 40+138+239=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #288AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AEF is #D77510. Grayscale: #777777. Windows color (decimal): -14120209 or 15698472. OLE color: 15698472.

HSL color Cylindrical-coordinate representation of color #288AEF: hue angle of 210.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288AEF is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 138 239 -
CMYK 0.83 0.42 0 0.06
HSL 210.45º 0.86% 0.55% -
HSV(B) 210.45º 0.83% 0.94% -
XYZ 25.54 24.86 85.11 -
YUV 120.21 195.03 70.79 -
System Red Green Blue C M Y K H S L
Decimal 40 138 239 0.83 0.42 0 0.06 210.45 0.86 0.55
Hex 28 8A EF 53 2A 0 6 D2 56 37
Octal 50 212 357 123 52 0 6 322 126 67
Binary 101000 10001010 11101111 1010011 101010 0 110 11010010 1010110 110111

Color Harmonies of #288AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AEF

Black with #288AEF

Text Example


Text Example

White with #288AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #288AEF;
 }
 .AnyTagClassName
 {
   color: #288AEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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