Html Css Color HEX #288EFC Dodger Blue

📋 copy color: '#288EFC'

red 40 ◦ green 142 ◦ blue 252

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

Shades of Dodger Blue #288EFC

Tints of Dodger Blue #288EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 252 (98.83% from 255) = 58.06%

R = 9.22%
G = 32.72%
B = 58.06%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#288EFC (or 0x288EFC) is known color: Dodger Blue. HEX triplet: 28, 8E and FC. RGB value is (40,142,252). Sum of RGB (Red+Green+Blue) = 40+142+252=434 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.22% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #288EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EFC is #D77103. Grayscale: #7B7B7B. Windows color (decimal): -14119172 or 16551464. OLE color: 16551464.

HSL color Cylindrical-coordinate representation of color #288EFC: hue angle of 211.13º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288EFC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 142 252 -
CMYK 0.84 0.44 0 0.01
HSL 211.13º 0.97% 0.57% -
HSV(B) 211.13º 0.84% 0.99% -
XYZ 28.12 26.83 95.79 -
YUV 124.04 200.21 68.06 -
System Red Green Blue C M Y K H S L
Decimal 40 142 252 0.84 0.44 0 0.01 211.13 0.97 0.57
Hex 28 8E FC 54 2C 0 1 D3 61 39
Octal 50 216 374 124 54 0 1 323 141 71
Binary 101000 10001110 11111100 1010100 101100 0 1 11010011 1100001 111001

Color Harmonies of #288EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EFC

Black with #288EFC

Text Example


Text Example

White with #288EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,142,252); }

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

background-color css

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

 a { background-color: rgb(40,142,252); }

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

border-color css

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

 span { border-color: rgb(40,142,252); }

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