Html Css Color HEX #1895EB Dodger Blue

📋 copy color: '#1895EB'

red 24 ◦ green 149 ◦ blue 235

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

Shades of Dodger Blue #1895EB

Tints of Dodger Blue #1895EB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 5.88%
G = 36.52%
B = 57.6%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1895EB (or 0x1895EB) is known color: Dodger Blue. HEX triplet: 18, 95 and EB. RGB value is (24,149,235). Sum of RGB (Red+Green+Blue) = 24+149+235=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #1895EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1895EB is #E76A14. Grayscale: #787878. Windows color (decimal): -15165973 or 15439128. OLE color: 15439128.

HSL color Cylindrical-coordinate representation of color #1895EB: hue angle of 204.45º 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 #1895EB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 149 235 -
CMYK 0.90 0.37 0 0.08
HSL 204.46º 0.84% 0.51% -
HSV(B) 204.46º 0.9% 0.92% -
XYZ 26.12 27.69 82.56 -
YUV 121.43 192.09 58.51 -
System Red Green Blue C M Y K H S L
Decimal 24 149 235 0.90 0.37 0 0.08 204.46 0.84 0.51
Hex 18 95 EB 5A 25 0 8 CC 54 33
Octal 30 225 353 132 45 0 10 314 124 63
Binary 11000 10010101 11101011 1011010 100101 0 1000 11001100 1010100 110011

Color Harmonies of #1895EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1895EB

Black with #1895EB

Text Example


Text Example

White with #1895EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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