Html Css Color HEX #1899DF Dodger Blue

📋 copy color: '#1899DF'

red 24 ◦ green 153 ◦ blue 223

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

Shades of Dodger Blue #1899DF

Tints of Dodger Blue #1899DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 6%
G = 38.25%
B = 55.75%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1899DF (or 0x1899DF) is known color: Dodger Blue. HEX triplet: 18, 99 and DF. RGB value is (24,153,223). Sum of RGB (Red+Green+Blue) = 24+153+223=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #1899DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1899DF is #E76620. Grayscale: #7A7A7A. Windows color (decimal): -15164961 or 14653720. OLE color: 14653720.

HSL color Cylindrical-coordinate representation of color #1899DF: hue angle of 201.11º 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 #1899DF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 153 223 -
CMYK 0.89 0.31 0 0.13
HSL 201.11º 0.81% 0.48% -
HSV(B) 201.11º 0.89% 0.87% -
XYZ 25.09 28.3 73.95 -
YUV 122.41 184.76 57.81 -
System Red Green Blue C M Y K H S L
Decimal 24 153 223 0.89 0.31 0 0.13 201.11 0.81 0.48
Hex 18 99 DF 59 1F 0 D C9 51 30
Octal 30 231 337 131 37 0 15 311 121 60
Binary 11000 10011001 11011111 1011001 11111 0 1101 11001001 1010001 110000

Color Harmonies of #1899DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1899DF

Black with #1899DF

Text Example


Text Example

White with #1899DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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