Html Css Color HEX #1896DF Dodger Blue

📋 copy color: '#1896DF'

red 24 ◦ green 150 ◦ blue 223

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

Shades of Dodger Blue #1896DF

Tints of Dodger Blue #1896DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 6.05%
G = 37.78%
B = 56.17%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1896DF (or 0x1896DF) is known color: Dodger Blue. HEX triplet: 18, 96 and DF. RGB value is (24,150,223). Sum of RGB (Red+Green+Blue) = 24+150+223=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #1896DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896DF is #E76920. Grayscale: #787878. Windows color (decimal): -15165729 or 14652952. OLE color: 14652952.

HSL color Cylindrical-coordinate representation of color #1896DF: hue angle of 202.01º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1896DF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 150 223 -
CMYK 0.89 0.33 0 0.13
HSL 202.01º 0.81% 0.48% -
HSV(B) 202.01º 0.89% 0.87% -
XYZ 24.6 27.33 73.79 -
YUV 120.65 185.76 59.06 -
System Red Green Blue C M Y K H S L
Decimal 24 150 223 0.89 0.33 0 0.13 202.01 0.81 0.48
Hex 18 96 DF 59 21 0 D CA 51 30
Octal 30 226 337 131 41 0 15 312 121 60
Binary 11000 10010110 11011111 1011001 100001 0 1101 11001010 1010001 110000

Color Harmonies of #1896DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1896DF

Black with #1896DF

Text Example


Text Example

White with #1896DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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