Html Css Color HEX #288CF2 Dodger Blue

📋 copy color: '#288CF2'

red 40 ◦ green 140 ◦ blue 242

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

Shades of Dodger Blue #288CF2

Tints of Dodger Blue #288CF2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 9.48%
G = 33.18%
B = 57.35%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#288CF2 (or 0x288CF2) is known color: Dodger Blue. HEX triplet: 28, 8C and F2. RGB value is (40,140,242). Sum of RGB (Red+Green+Blue) = 40+140+242=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #288CF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF2 is #D7730D. Grayscale: #797979. Windows color (decimal): -14119694 or 15895592. OLE color: 15895592.

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

Color convert

RGB 40 140 242 -
CMYK 0.83 0.42 0 0.05
HSL 210.3º 0.89% 0.55% -
HSV(B) 210.3º 0.83% 0.95% -
XYZ 26.28 25.62 87.56 -
YUV 121.73 195.87 69.71 -
System Red Green Blue C M Y K H S L
Decimal 40 140 242 0.83 0.42 0 0.05 210.3 0.89 0.55
Hex 28 8C F2 53 2A 0 5 D2 59 37
Octal 50 214 362 123 52 0 5 322 131 67
Binary 101000 10001100 11110010 1010011 101010 0 101 11010010 1011001 110111

Color Harmonies of #288CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CF2

Black with #288CF2

Text Example


Text Example

White with #288CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,140,242); }

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

background-color css

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

 a { background-color: rgb(40,140,242); }

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

border-color css

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

 span { border-color: rgb(40,140,242); }

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