Html Css Color HEX #0288EF Dodger Blue

📋 copy color: '#0288EF'

red 2 ◦ green 136 ◦ blue 239

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

Shades of Dodger Blue #0288EF

Tints of Dodger Blue #0288EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 0.53%
G = 36.07%
B = 63.4%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0288EF (or 0x0288EF) is known color: Dodger Blue. HEX triplet: 02, 88 and EF. RGB value is (2,136,239). Sum of RGB (Red+Green+Blue) = 2+136+239=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #0288EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0288EF is #FD7710. Grayscale: #6B6B6B. Windows color (decimal): -16611089 or 15697922. OLE color: 15697922.

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

Color convert

RGB 2 136 239 -
CMYK 0.99 0.43 0 0.06
HSL 206.08º 0.98% 0.47% -
HSV(B) 206.08º 0.99% 0.94% -
XYZ 24.41 23.85 84.98 -
YUV 107.68 202.11 52.62 -
System Red Green Blue C M Y K H S L
Decimal 2 136 239 0.99 0.43 0 0.06 206.08 0.98 0.47
Hex 2 88 EF 63 2B 0 6 CE 62 2F
Octal 2 210 357 143 53 0 6 316 142 57
Binary 10 10001000 11101111 1100011 101011 0 110 11001110 1100010 101111

Color Harmonies of #0288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288EF

Black with #0288EF

Text Example


Text Example

White with #0288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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