Html Css Color HEX #1985FA Dodger Blue

📋 copy color: '#1985FA'

red 25 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #1985FA

Tints of Dodger Blue #1985FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.27%

R = 6.13%
G = 32.6%
B = 61.27%

CMYK

 C value IS 0.9

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1985FA (or 0x1985FA) is known color: Dodger Blue. HEX triplet: 19, 85 and FA. RGB value is (25,133,250). Sum of RGB (Red+Green+Blue) = 25+133+250=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #1985FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1985FA is #E67A05. Grayscale: #717171. Windows color (decimal): -15104518 or 16418073. OLE color: 16418073.

HSL color Cylindrical-coordinate representation of color #1985FA: hue angle of 211.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1985FA is Cyan = 0.9, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 133 250 -
CMYK 0.9 0.47 0 0.02
HSL 211.2º 0.96% 0.54% -
HSV(B) 211.2º 0.9% 0.98% -
XYZ 26.04 23.88 93.68 -
YUV 114.05 204.72 64.49 -
System Red Green Blue C M Y K H S L
Decimal 25 133 250 0.9 0.47 0 0.02 211.2 0.96 0.54
Hex 19 85 FA 5A 2F 0 2 D3 60 36
Octal 31 205 372 132 57 0 2 323 140 66
Binary 11001 10000101 11111010 1011010 101111 0 10 11010011 1100000 110110

Color Harmonies of #1985FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1985FA

Black with #1985FA

Text Example


Text Example

White with #1985FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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