Html Css Color HEX #0296EC Dodger Blue

📋 copy color: '#0296EC'

red 2 ◦ green 150 ◦ blue 236

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

Shades of Dodger Blue #0296EC

Tints of Dodger Blue #0296EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 0.52%
G = 38.66%
B = 60.82%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0296EC (or 0x0296EC) is known color: Dodger Blue. HEX triplet: 02, 96 and EC. RGB value is (2,150,236). Sum of RGB (Red+Green+Blue) = 2+150+236=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #0296EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0296EC is #FD6913. Grayscale: #737373. Windows color (decimal): -16607508 or 15504898. OLE color: 15504898.

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

Color convert

RGB 2 150 236 -
CMYK 0.99 0.36 0 0.07
HSL 202.05º 0.98% 0.47% -
HSV(B) 202.05º 0.99% 0.93% -
XYZ 26.07 27.88 83.36 -
YUV 115.55 195.97 47.01 -
System Red Green Blue C M Y K H S L
Decimal 2 150 236 0.99 0.36 0 0.07 202.05 0.98 0.47
Hex 2 96 EC 63 24 0 7 CA 62 2F
Octal 2 226 354 143 44 0 7 312 142 57
Binary 10 10010110 11101100 1100011 100100 0 111 11001010 1100010 101111

Color Harmonies of #0296EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0296EC

Black with #0296EC

Text Example


Text Example

White with #0296EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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