Html Css Color HEX #0288ED Dodger Blue

📋 copy color: '#0288ED'

red 2 ◦ green 136 ◦ blue 237

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

Shades of Dodger Blue #0288ED

Tints of Dodger Blue #0288ED

RGB

 RED value IS 2 (1.17% from 255) = 0.53%

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 237 (92.97% from 255) = 63.2%

R = 0.53%
G = 36.27%
B = 63.2%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0288ED (or 0x0288ED) is known color: Dodger Blue. HEX triplet: 02, 88 and ED. RGB value is (2,136,237). Sum of RGB (Red+Green+Blue) = 2+136+237=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #0288ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0288ED is #FD7712. Grayscale: #6A6A6A. Windows color (decimal): -16611091 or 15566850. OLE color: 15566850.

HSL color Cylindrical-coordinate representation of color #0288ED: hue angle of 205.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288ED is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 136 237 -
CMYK 0.99 0.43 0 0.07
HSL 205.79º 0.98% 0.47% -
HSV(B) 205.79º 0.99% 0.93% -
XYZ 24.12 23.74 83.43 -
YUV 107.45 201.11 52.79 -
System Red Green Blue C M Y K H S L
Decimal 2 136 237 0.99 0.43 0 0.07 205.79 0.98 0.47
Hex 2 88 ED 63 2B 0 7 CE 62 2F
Octal 2 210 355 143 53 0 7 316 142 57
Binary 10 10001000 11101101 1100011 101011 0 111 11001110 1100010 101111

Color Harmonies of #0288ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288ED

Black with #0288ED

Text Example


Text Example

White with #0288ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0288ED; }

 p { color: rgb(2,136,237); }

 H1.HeaderClassName
 {
   color: #0288ED;
 }
 .AnyTagClassName
 {
   color: #0288ED;
 }
</style>

background-color css

<style>
 a { background-color: #0288ED; }

 a { background-color: rgb(2,136,237); }

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

border-color css

<style>
 span { border-color: #0288ED; }

 span { border-color: rgb(2,136,237); }

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