Html Css Color HEX #0296EF Dodger Blue

📋 copy color: '#0296EF'

red 2 ◦ green 150 ◦ blue 239

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

Shades of Dodger Blue #0296EF

Tints of Dodger Blue #0296EF

RGB

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

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

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

R = 0.51%
G = 38.36%
B = 61.13%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0296EF (or 0x0296EF) is known color: Dodger Blue. HEX triplet: 02, 96 and EF. RGB value is (2,150,239). Sum of RGB (Red+Green+Blue) = 2+150+239=391 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #0296EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0296EF is #FD6910. Grayscale: #737373. Windows color (decimal): -16607505 or 15701506. OLE color: 15701506.

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

Color convert

RGB 2 150 239 -
CMYK 0.99 0.37 0 0.06
HSL 202.53º 0.98% 0.47% -
HSV(B) 202.53º 0.99% 0.94% -
XYZ 26.51 28.06 85.68 -
YUV 115.89 197.47 46.76 -
System Red Green Blue C M Y K H S L
Decimal 2 150 239 0.99 0.37 0 0.06 202.53 0.98 0.47
Hex 2 96 EF 63 25 0 6 CB 62 2F
Octal 2 226 357 143 45 0 6 313 142 57
Binary 10 10010110 11101111 1100011 100101 0 110 11001011 1100010 101111

Color Harmonies of #0296EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0296EF

Black with #0296EF

Text Example


Text Example

White with #0296EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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