Html Css Color HEX #0289F2 Dodger Blue

📋 copy color: '#0289F2'

red 2 ◦ green 137 ◦ blue 242

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

Shades of Dodger Blue #0289F2

Tints of Dodger Blue #0289F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 0.52%
G = 35.96%
B = 63.52%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0289F2 (or 0x0289F2) is known color: Dodger Blue. HEX triplet: 02, 89 and F2. RGB value is (2,137,242). Sum of RGB (Red+Green+Blue) = 2+137+242=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #0289F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0289F2 is #FD760D. Grayscale: #6C6C6C. Windows color (decimal): -16610830 or 15894786. OLE color: 15894786.

HSL color Cylindrical-coordinate representation of color #0289F2: hue angle of 206.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0289F2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 137 242 -
CMYK 0.99 0.43 0 0.05
HSL 206.25º 0.98% 0.48% -
HSV(B) 206.25º 0.99% 0.95% -
XYZ 25 24.32 87.38 -
YUV 108.61 203.27 51.96 -
System Red Green Blue C M Y K H S L
Decimal 2 137 242 0.99 0.43 0 0.05 206.25 0.98 0.48
Hex 2 89 F2 63 2B 0 5 CE 62 30
Octal 2 211 362 143 53 0 5 316 142 60
Binary 10 10001001 11110010 1100011 101011 0 101 11001110 1100010 110000

Color Harmonies of #0289F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0289F2

Black with #0289F2

Text Example


Text Example

White with #0289F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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