Html Css Color HEX #1985F1 Dodger Blue

📋 copy color: '#1985F1'

red 25 ◦ green 133 ◦ blue 241

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

Shades of Dodger Blue #1985F1

Tints of Dodger Blue #1985F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 6.27%
G = 33.33%
B = 60.4%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1985F1 (or 0x1985F1) is known color: Dodger Blue. HEX triplet: 19, 85 and F1. RGB value is (25,133,241). Sum of RGB (Red+Green+Blue) = 25+133+241=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #1985F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1985F1 is #E67A0E. Grayscale: #707070. Windows color (decimal): -15104527 or 15828249. OLE color: 15828249.

HSL color Cylindrical-coordinate representation of color #1985F1: hue angle of 210º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1985F1 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 133 241 -
CMYK 0.90 0.45 0 0.05
HSL 210º 0.89% 0.52% -
HSV(B) 210º 0.9% 0.95% -
XYZ 24.67 23.33 86.42 -
YUV 113.02 200.22 65.22 -
System Red Green Blue C M Y K H S L
Decimal 25 133 241 0.90 0.45 0 0.05 210 0.89 0.52
Hex 19 85 F1 5A 2D 0 5 D2 59 34
Octal 31 205 361 132 55 0 5 322 131 64
Binary 11001 10000101 11110001 1011010 101101 0 101 11010010 1011001 110100

Color Harmonies of #1985F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985F1

Black with #1985F1

Text Example


Text Example

White with #1985F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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