Html Css Color HEX #1892ED Dodger Blue

📋 copy color: '#1892ED'

red 24 ◦ green 146 ◦ blue 237

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

Shades of Dodger Blue #1892ED

Tints of Dodger Blue #1892ED

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 5.9%
G = 35.87%
B = 58.23%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1892ED (or 0x1892ED) is known color: Dodger Blue. HEX triplet: 18, 92 and ED. RGB value is (24,146,237). Sum of RGB (Red+Green+Blue) = 24+146+237=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #1892ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1892ED is #E76D12. Grayscale: #777777. Windows color (decimal): -15166739 or 15569432. OLE color: 15569432.

HSL color Cylindrical-coordinate representation of color #1892ED: hue angle of 205.63º 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 #1892ED is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 146 237 -
CMYK 0.90 0.38 0 0.07
HSL 205.63º 0.86% 0.51% -
HSV(B) 205.63º 0.9% 0.93% -
XYZ 25.94 26.87 83.94 -
YUV 119.9 194.08 59.6 -
System Red Green Blue C M Y K H S L
Decimal 24 146 237 0.90 0.38 0 0.07 205.63 0.86 0.51
Hex 18 92 ED 5A 26 0 7 CE 56 33
Octal 30 222 355 132 46 0 7 316 126 63
Binary 11000 10010010 11101101 1011010 100110 0 111 11001110 1010110 110011

Color Harmonies of #1892ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1892ED

Black with #1892ED

Text Example


Text Example

White with #1892ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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