Html Css Color HEX #1896EB Dodger Blue

📋 copy color: '#1896EB'

red 24 ◦ green 150 ◦ blue 235

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

Shades of Dodger Blue #1896EB

Tints of Dodger Blue #1896EB

RGB

 RED value IS 24 (9.77% from 255) = 5.87%

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 5.87%
G = 36.67%
B = 57.46%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1896EB (or 0x1896EB) is known color: Dodger Blue. HEX triplet: 18, 96 and EB. RGB value is (24,150,235). Sum of RGB (Red+Green+Blue) = 24+150+235=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #1896EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1896EB is #E76914. Grayscale: #797979. Windows color (decimal): -15165717 or 15439384. OLE color: 15439384.

HSL color Cylindrical-coordinate representation of color #1896EB: hue angle of 204.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1896EB is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 150 235 -
CMYK 0.90 0.36 0 0.08
HSL 204.17º 0.84% 0.51% -
HSV(B) 204.17º 0.9% 0.92% -
XYZ 26.28 28.01 82.62 -
YUV 122.02 191.76 58.09 -
System Red Green Blue C M Y K H S L
Decimal 24 150 235 0.90 0.36 0 0.08 204.17 0.84 0.51
Hex 18 96 EB 5A 24 0 8 CC 54 33
Octal 30 226 353 132 44 0 10 314 124 63
Binary 11000 10010110 11101011 1011010 100100 0 1000 11001100 1010100 110011

Color Harmonies of #1896EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1896EB

Black with #1896EB

Text Example


Text Example

White with #1896EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1896EB; }

 p { color: rgb(24,150,235); }

 H1.HeaderClassName
 {
   color: #1896EB;
 }
 .AnyTagClassName
 {
   color: #1896EB;
 }
</style>

background-color css

<style>
 a { background-color: #1896EB; }

 a { background-color: rgb(24,150,235); }

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

border-color css

<style>
 span { border-color: #1896EB; }

 span { border-color: rgb(24,150,235); }

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