Html Css Color HEX #0289EC Dodger Blue

📋 copy color: '#0289EC'

red 2 ◦ green 137 ◦ blue 236

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

Shades of Dodger Blue #0289EC

Tints of Dodger Blue #0289EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 0.53%
G = 36.53%
B = 62.93%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0289EC (or 0x0289EC) is known color: Dodger Blue. HEX triplet: 02, 89 and EC. RGB value is (2,137,236). Sum of RGB (Red+Green+Blue) = 2+137+236=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0289EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289EC is #FD7613. Grayscale: #6B6B6B. Windows color (decimal): -16610836 or 15501570. OLE color: 15501570.

HSL color Cylindrical-coordinate representation of color #0289EC: hue angle of 205.38º 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 #0289EC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 137 236 -
CMYK 0.99 0.42 0 0.07
HSL 205.38º 0.98% 0.47% -
HSV(B) 205.38º 0.99% 0.93% -
XYZ 24.11 23.96 82.71 -
YUV 107.92 200.27 52.45 -
System Red Green Blue C M Y K H S L
Decimal 2 137 236 0.99 0.42 0 0.07 205.38 0.98 0.47
Hex 2 89 EC 63 2A 0 7 CD 62 2F
Octal 2 211 354 143 52 0 7 315 142 57
Binary 10 10001001 11101100 1100011 101010 0 111 11001101 1100010 101111

Color Harmonies of #0289EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289EC

Black with #0289EC

Text Example


Text Example

White with #0289EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0289EC; }

 p { color: rgb(2,137,236); }

 H1.HeaderClassName
 {
   color: #0289EC;
 }
 .AnyTagClassName
 {
   color: #0289EC;
 }
</style>

background-color css

<style>
 a { background-color: #0289EC; }

 a { background-color: rgb(2,137,236); }

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

border-color css

<style>
 span { border-color: #0289EC; }

 span { border-color: rgb(2,137,236); }

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