Html Css Color HEX #196EFE Dodger Blue

📋 copy color: '#196EFE'

red 25 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #196EFE

Tints of Dodger Blue #196EFE

RGB

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

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

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

R = 6.43%
G = 28.28%
B = 65.3%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#196EFE (or 0x196EFE) is known color: Dodger Blue. HEX triplet: 19, 6E and FE. RGB value is (25,110,254). Sum of RGB (Red+Green+Blue) = 25+110+254=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #196EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196EFE is #E69101. Grayscale: #646464. Windows color (decimal): -15110402 or 16674329. OLE color: 16674329.

HSL color Cylindrical-coordinate representation of color #196EFE: hue angle of 217.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #196EFE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 110 254 -
CMYK 0.90 0.57 0 0.00
HSL 217.73º 0.99% 0.55% -
HSV(B) 217.73º 0.9% 1% -
XYZ 23.87 18.51 96.08 -
YUV 101 214.34 73.79 -
System Red Green Blue C M Y K H S L
Decimal 25 110 254 0.90 0.57 0 0.00 217.73 0.99 0.55
Hex 19 6E FE 5A 39 0 0 DA 63 37
Octal 31 156 376 132 71 0 0 332 143 67
Binary 11001 1101110 11111110 1011010 111001 0 0 11011010 1100011 110111

Color Harmonies of #196EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EFE

Black with #196EFE

Text Example


Text Example

White with #196EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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