Html Css Color HEX #196FEF Dodger Blue

📋 copy color: '#196FEF'

red 25 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #196FEF

Tints of Dodger Blue #196FEF

RGB

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

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

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

R = 6.67%
G = 29.6%
B = 63.73%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#196FEF (or 0x196FEF) is known color: Dodger Blue. HEX triplet: 19, 6F and EF. RGB value is (25,111,239). Sum of RGB (Red+Green+Blue) = 25+111+239=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #196FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196FEF is #E69010. Grayscale: #636363. Windows color (decimal): -15110161 or 15691545. OLE color: 15691545.

HSL color Cylindrical-coordinate representation of color #196FEF: hue angle of 215.89º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196FEF is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 111 239 -
CMYK 0.90 0.54 0 0.06
HSL 215.89º 0.87% 0.52% -
HSV(B) 215.89º 0.9% 0.94% -
XYZ 21.67 17.81 83.96 -
YUV 99.88 206.51 74.59 -
System Red Green Blue C M Y K H S L
Decimal 25 111 239 0.90 0.54 0 0.06 215.89 0.87 0.52
Hex 19 6F EF 5A 36 0 6 D8 57 34
Octal 31 157 357 132 66 0 6 330 127 64
Binary 11001 1101111 11101111 1011010 110110 0 110 11011000 1010111 110100

Color Harmonies of #196FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FEF

Black with #196FEF

Text Example


Text Example

White with #196FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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