Html Css Color HEX #1985E8 Dodger Blue

📋 copy color: '#1985E8'

red 25 ◦ green 133 ◦ blue 232

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

Shades of Dodger Blue #1985E8

Tints of Dodger Blue #1985E8

RGB

 RED value IS 25 (10.16% from 255) = 6.41%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 232 (91.02% from 255) = 59.49%

R = 6.41%
G = 34.1%
B = 59.49%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1985E8 (or 0x1985E8) is known color: Dodger Blue. HEX triplet: 19, 85 and E8. RGB value is (25,133,232). Sum of RGB (Red+Green+Blue) = 25+133+232=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 232 (91.02% from 255 or 59.49% from 390); Max value from RGB is 232 - color contains mainly: blue. Hex color #1985E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1985E8 is #E67A17. Grayscale: #6F6F6F. Windows color (decimal): -15104536 or 15238425. OLE color: 15238425.

HSL color Cylindrical-coordinate representation of color #1985E8: hue angle of 208.7º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1985E8 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 133 232 -
CMYK 0.89 0.43 0 0.09
HSL 208.7º 0.82% 0.5% -
HSV(B) 208.7º 0.89% 0.91% -
XYZ 23.35 22.81 79.52 -
YUV 111.99 195.72 65.95 -
System Red Green Blue C M Y K H S L
Decimal 25 133 232 0.89 0.43 0 0.09 208.7 0.82 0.5
Hex 19 85 E8 59 2B 0 9 D1 52 32
Octal 31 205 350 131 53 0 11 321 122 62
Binary 11001 10000101 11101000 1011001 101011 0 1001 11010001 1010010 110010

Color Harmonies of #1985E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985E8

Black with #1985E8

Text Example


Text Example

White with #1985E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1985E8; }

 p { color: rgb(25,133,232); }

 H1.HeaderClassName
 {
   color: #1985E8;
 }
 .AnyTagClassName
 {
   color: #1985E8;
 }
</style>

background-color css

<style>
 a { background-color: #1985E8; }

 a { background-color: rgb(25,133,232); }

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

border-color css

<style>
 span { border-color: #1985E8; }

 span { border-color: rgb(25,133,232); }

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