Html Css Color HEX #196FFC Dodger Blue

📋 copy color: '#196FFC'

red 25 ◦ green 111 ◦ blue 252

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

Shades of Dodger Blue #196FFC

Tints of Dodger Blue #196FFC

RGB

 RED value IS 25 (10.16% from 255) = 6.44%

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 6.44%
G = 28.61%
B = 64.95%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#196FFC (or 0x196FFC) is known color: Dodger Blue. HEX triplet: 19, 6F and FC. RGB value is (25,111,252). Sum of RGB (Red+Green+Blue) = 25+111+252=388 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.44% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #196FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FFC is #E69003. Grayscale: #646464. Windows color (decimal): -15110148 or 16543513. OLE color: 16543513.

HSL color Cylindrical-coordinate representation of color #196FFC: hue angle of 217.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196FFC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 111 252 -
CMYK 0.90 0.56 0 0.01
HSL 217.27º 0.97% 0.54% -
HSV(B) 217.27º 0.9% 0.99% -
XYZ 23.66 18.6 94.44 -
YUV 101.36 213.01 73.54 -
System Red Green Blue C M Y K H S L
Decimal 25 111 252 0.90 0.56 0 0.01 217.27 0.97 0.54
Hex 19 6F FC 5A 38 0 1 D9 61 36
Octal 31 157 374 132 70 0 1 331 141 66
Binary 11001 1101111 11111100 1011010 111000 0 1 11011001 1100001 110110

Color Harmonies of #196FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FFC

Black with #196FFC

Text Example


Text Example

White with #196FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196FFC; }

 p { color: rgb(25,111,252); }

 H1.HeaderClassName
 {
   color: #196FFC;
 }
 .AnyTagClassName
 {
   color: #196FFC;
 }
</style>

background-color css

<style>
 a { background-color: #196FFC; }

 a { background-color: rgb(25,111,252); }

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

border-color css

<style>
 span { border-color: #196FFC; }

 span { border-color: rgb(25,111,252); }

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