Html Css Color HEX #288FEA Dodger Blue

📋 copy color: '#288FEA'

red 40 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #288FEA

Tints of Dodger Blue #288FEA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 9.59%
G = 34.29%
B = 56.12%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#288FEA (or 0x288FEA) is known color: Dodger Blue. HEX triplet: 28, 8F and EA. RGB value is (40,143,234). Sum of RGB (Red+Green+Blue) = 40+143+234=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #288FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FEA is #D77015. Grayscale: #7A7A7A. Windows color (decimal): -14118934 or 15372072. OLE color: 15372072.

HSL color Cylindrical-coordinate representation of color #288FEA: hue angle of 208.14º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288FEA is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 143 234 -
CMYK 0.83 0.39 0 0.08
HSL 208.14º 0.82% 0.54% -
HSV(B) 208.14º 0.83% 0.92% -
XYZ 25.55 26.04 81.52 -
YUV 122.58 190.88 69.1 -
System Red Green Blue C M Y K H S L
Decimal 40 143 234 0.83 0.39 0 0.08 208.14 0.82 0.54
Hex 28 8F EA 53 27 0 8 D0 52 36
Octal 50 217 352 123 47 0 10 320 122 66
Binary 101000 10001111 11101010 1010011 100111 0 1000 11010000 1010010 110110

Color Harmonies of #288FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FEA

Black with #288FEA

Text Example


Text Example

White with #288FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,143,234); }

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

background-color css

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

 a { background-color: rgb(40,143,234); }

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

border-color css

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

 span { border-color: rgb(40,143,234); }

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