Html Css Color HEX #196CED Dodger Blue

📋 copy color: '#196CED'

red 25 ◦ green 108 ◦ blue 237

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

Shades of Dodger Blue #196CED

Tints of Dodger Blue #196CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 6.76%
G = 29.19%
B = 64.05%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#196CED (or 0x196CED) is known color: Dodger Blue. HEX triplet: 19, 6C and ED. RGB value is (25,108,237). Sum of RGB (Red+Green+Blue) = 25+108+237=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #196CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #196CED is #E69312. Grayscale: #616161. Windows color (decimal): -15110931 or 15559705. OLE color: 15559705.

HSL color Cylindrical-coordinate representation of color #196CED: hue angle of 216.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196CED is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 108 237 -
CMYK 0.89 0.54 0 0.07
HSL 216.51º 0.85% 0.51% -
HSV(B) 216.51º 0.89% 0.93% -
XYZ 21.05 17.05 82.3 -
YUV 97.89 206.5 76.01 -
System Red Green Blue C M Y K H S L
Decimal 25 108 237 0.89 0.54 0 0.07 216.51 0.85 0.51
Hex 19 6C ED 59 36 0 7 D9 55 33
Octal 31 154 355 131 66 0 7 331 125 63
Binary 11001 1101100 11101101 1011001 110110 0 111 11011001 1010101 110011

Color Harmonies of #196CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CED

Black with #196CED

Text Example


Text Example

White with #196CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,237); }

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

background-color css

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

 a { background-color: rgb(25,108,237); }

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

border-color css

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

 span { border-color: rgb(25,108,237); }

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