Html Css Color HEX #1985EF Dodger Blue

📋 copy color: '#1985EF'

red 25 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #1985EF

Tints of Dodger Blue #1985EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 6.3%
G = 33.5%
B = 60.2%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1985EF (or 0x1985EF) is known color: Dodger Blue. HEX triplet: 19, 85 and EF. RGB value is (25,133,239). Sum of RGB (Red+Green+Blue) = 25+133+239=397 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.30% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #1985EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1985EF is #E67A10. Grayscale: #707070. Windows color (decimal): -15104529 or 15697177. OLE color: 15697177.

HSL color Cylindrical-coordinate representation of color #1985EF: hue angle of 209.72º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1985EF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 133 239 -
CMYK 0.90 0.44 0 0.06
HSL 209.72º 0.87% 0.52% -
HSV(B) 209.72º 0.9% 0.94% -
XYZ 24.37 23.21 84.86 -
YUV 112.79 199.22 65.38 -
System Red Green Blue C M Y K H S L
Decimal 25 133 239 0.90 0.44 0 0.06 209.72 0.87 0.52
Hex 19 85 EF 5A 2C 0 6 D2 57 34
Octal 31 205 357 132 54 0 6 322 127 64
Binary 11001 10000101 11101111 1011010 101100 0 110 11010010 1010111 110100

Color Harmonies of #1985EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985EF

Black with #1985EF

Text Example


Text Example

White with #1985EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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