Html Css Color HEX #0289EE Dodger Blue

📋 copy color: '#0289EE'

red 2 ◦ green 137 ◦ blue 238

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

Shades of Dodger Blue #0289EE

Tints of Dodger Blue #0289EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 0.53%
G = 36.34%
B = 63.13%

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

#0289EE (or 0x0289EE) is known color: Dodger Blue. HEX triplet: 02, 89 and EE. RGB value is (2,137,238). Sum of RGB (Red+Green+Blue) = 2+137+238=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #0289EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289EE is #FD7611. Grayscale: #6B6B6B. Windows color (decimal): -16610834 or 15632642. OLE color: 15632642.

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

Color convert

RGB 2 137 238 -
CMYK 0.99 0.42 0 0.07
HSL 205.68º 0.98% 0.47% -
HSV(B) 205.68º 0.99% 0.93% -
XYZ 24.4 24.08 84.25 -
YUV 108.15 201.27 52.29 -
System Red Green Blue C M Y K H S L
Decimal 2 137 238 0.99 0.42 0 0.07 205.68 0.98 0.47
Hex 2 89 EE 63 2A 0 7 CE 62 2F
Octal 2 211 356 143 52 0 7 316 142 57
Binary 10 10001001 11101110 1100011 101010 0 111 11001110 1100010 101111

Color Harmonies of #0289EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289EE

Black with #0289EE

Text Example


Text Example

White with #0289EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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