Html Css Color HEX #0196EF Dodger Blue

📋 copy color: '#0196EF'

red 1 ◦ green 150 ◦ blue 239

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

Shades of Dodger Blue #0196EF

Tints of Dodger Blue #0196EF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 38.46%
B = 61.28%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0196EF (or 0x0196EF) is known color: Dodger Blue. HEX triplet: 01, 96 and EF. RGB value is (1,150,239). Sum of RGB (Red+Green+Blue) = 1+150+239=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #0196EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0196EF is #FE6910. Grayscale: #737373. Windows color (decimal): -16673041 or 15701505. OLE color: 15701505.

HSL color Cylindrical-coordinate representation of color #0196EF: hue angle of 202.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196EF is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 150 239 -
CMYK 1.00 0.37 0 0.06
HSL 202.44º 0.99% 0.47% -
HSV(B) 202.44º 1% 0.94% -
XYZ 26.5 28.05 85.68 -
YUV 115.6 197.64 46.26 -
System Red Green Blue C M Y K H S L
Decimal 1 150 239 1.00 0.37 0 0.06 202.44 0.99 0.47
Hex 1 96 EF 64 25 0 6 CA 63 2F
Octal 1 226 357 144 45 0 6 312 143 57
Binary 1 10010110 11101111 1100100 100101 0 110 11001010 1100011 101111

Color Harmonies of #0196EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196EF

Black with #0196EF

Text Example


Text Example

White with #0196EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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