Html Css Color HEX #288CE1 Dodger Blue

📋 copy color: '#288CE1'

red 40 ◦ green 140 ◦ blue 225

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

Shades of Dodger Blue #288CE1

Tints of Dodger Blue #288CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.56%

R = 9.88%
G = 34.57%
B = 55.56%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#288CE1 (or 0x288CE1) is known color: Dodger Blue. HEX triplet: 28, 8C and E1. RGB value is (40,140,225). Sum of RGB (Red+Green+Blue) = 40+140+225=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #288CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CE1 is #D7731E. Grayscale: #777777. Windows color (decimal): -14119711 or 14781480. OLE color: 14781480.

HSL color Cylindrical-coordinate representation of color #288CE1: hue angle of 207.57º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288CE1 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 140 225 -
CMYK 0.82 0.38 0 0.12
HSL 207.57º 0.76% 0.52% -
HSV(B) 207.57º 0.82% 0.88% -
XYZ 23.84 24.64 74.73 -
YUV 119.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 40 140 225 0.82 0.38 0 0.12 207.57 0.76 0.52
Hex 28 8C E1 52 26 0 C D0 4C 34
Octal 50 214 341 122 46 0 14 320 114 64
Binary 101000 10001100 11100001 1010010 100110 0 1100 11010000 1001100 110100

Color Harmonies of #288CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288CE1

Black with #288CE1

Text Example


Text Example

White with #288CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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