Html Css Color HEX #0196FE Dodger Blue

📋 copy color: '#0196FE'

red 1 ◦ green 150 ◦ blue 254

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

Shades of Dodger Blue #0196FE

Tints of Dodger Blue #0196FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.72%

R = 0.25%
G = 37.04%
B = 62.72%

CMYK

 C value IS 1.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0196FE (or 0x0196FE) is known color: Dodger Blue. HEX triplet: 01, 96 and FE. RGB value is (1,150,254). Sum of RGB (Red+Green+Blue) = 1+150+254=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #0196FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0196FE is #FE6901. Grayscale: #747474. Windows color (decimal): -16673026 or 16684545. OLE color: 16684545.

HSL color Cylindrical-coordinate representation of color #0196FE: hue angle of 204.66º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0196FE is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 150 254 -
CMYK 1.00 0.41 0 0.00
HSL 204.66º 0.99% 0.5% -
HSV(B) 204.66º 1% 1% -
XYZ 28.81 28.97 97.84 -
YUV 117.31 205.14 45.04 -
System Red Green Blue C M Y K H S L
Decimal 1 150 254 1.00 0.41 0 0.00 204.66 0.99 0.5
Hex 1 96 FE 64 29 0 0 CD 63 32
Octal 1 226 376 144 51 0 0 315 143 62
Binary 1 10010110 11111110 1100100 101001 0 0 11001101 1100011 110010

Color Harmonies of #0196FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0196FE

Black with #0196FE

Text Example


Text Example

White with #0196FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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