Html Css Color HEX #196EFC Dodger Blue

📋 copy color: '#196EFC'

red 25 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #196EFC

Tints of Dodger Blue #196EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.42%

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

R = 6.46%
G = 28.42%
B = 65.12%

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

#196EFC (or 0x196EFC) is known color: Dodger Blue. HEX triplet: 19, 6E and FC. RGB value is (25,110,252). Sum of RGB (Red+Green+Blue) = 25+110+252=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #196EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196EFC is #E69103. Grayscale: #646464. Windows color (decimal): -15110404 or 16543257. OLE color: 16543257.

HSL color Cylindrical-coordinate representation of color #196EFC: hue angle of 217.53º 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 #196EFC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 110 252 -
CMYK 0.90 0.56 0 0.01
HSL 217.53º 0.97% 0.54% -
HSV(B) 217.53º 0.9% 0.99% -
XYZ 23.55 18.39 94.4 -
YUV 100.77 213.34 73.95 -
System Red Green Blue C M Y K H S L
Decimal 25 110 252 0.90 0.56 0 0.01 217.53 0.97 0.54
Hex 19 6E FC 5A 38 0 1 DA 61 36
Octal 31 156 374 132 70 0 1 332 141 66
Binary 11001 1101110 11111100 1011010 111000 0 1 11011010 1100001 110110

Color Harmonies of #196EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EFC

Black with #196EFC

Text Example


Text Example

White with #196EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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