Html Css Color HEX #1899ED Dodger Blue

📋 copy color: '#1899ED'

red 24 ◦ green 153 ◦ blue 237

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

Shades of Dodger Blue #1899ED

Tints of Dodger Blue #1899ED

RGB

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

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

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

R = 5.8%
G = 36.96%
B = 57.25%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1899ED (or 0x1899ED) is known color: Dodger Blue. HEX triplet: 18, 99 and ED. RGB value is (24,153,237). Sum of RGB (Red+Green+Blue) = 24+153+237=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #1899ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1899ED is #E76612. Grayscale: #7B7B7B. Windows color (decimal): -15164947 or 15571224. OLE color: 15571224.

HSL color Cylindrical-coordinate representation of color #1899ED: hue angle of 203.66º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1899ED is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 153 237 -
CMYK 0.90 0.35 0 0.07
HSL 203.66º 0.86% 0.51% -
HSV(B) 203.66º 0.9% 0.93% -
XYZ 27.05 29.09 84.31 -
YUV 124.01 191.76 56.67 -
System Red Green Blue C M Y K H S L
Decimal 24 153 237 0.90 0.35 0 0.07 203.66 0.86 0.51
Hex 18 99 ED 5A 23 0 7 CC 56 33
Octal 30 231 355 132 43 0 7 314 126 63
Binary 11000 10011001 11101101 1011010 100011 0 111 11001100 1010110 110011

Color Harmonies of #1899ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1899ED

Black with #1899ED

Text Example


Text Example

White with #1899ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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