Html Css Color HEX #1F85EB Dodger Blue

📋 copy color: '#1F85EB'

red 31 ◦ green 133 ◦ blue 235

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

Shades of Dodger Blue #1F85EB

Tints of Dodger Blue #1F85EB

RGB

 RED value IS 31 (12.5% from 255) = 7.77%

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

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

R = 7.77%
G = 33.33%
B = 58.9%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1F85EB (or 0x1F85EB) is known color: Dodger Blue. HEX triplet: 1F, 85 and EB. RGB value is (31,133,235). Sum of RGB (Red+Green+Blue) = 31+133+235=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #1F85EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F85EB is #E07A14. Grayscale: #717171. Windows color (decimal): -14711317 or 15435039. OLE color: 15435039.

HSL color Cylindrical-coordinate representation of color #1F85EB: hue angle of 210º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F85EB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 31 133 235 -
CMYK 0.87 0.43 0 0.08
HSL 210º 0.84% 0.52% -
HSV(B) 210º 0.87% 0.92% -
XYZ 23.95 23.06 81.79 -
YUV 114.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 31 133 235 0.87 0.43 0 0.08 210 0.84 0.52
Hex 1F 85 EB 57 2B 0 8 D2 54 34
Octal 37 205 353 127 53 0 10 322 124 64
Binary 11111 10000101 11101011 1010111 101011 0 1000 11010010 1010100 110100

Color Harmonies of #1F85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F85EB

Black with #1F85EB

Text Example


Text Example

White with #1F85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F85EB; }

 p { color: rgb(31,133,235); }

 H1.HeaderClassName
 {
   color: #1F85EB;
 }
 .AnyTagClassName
 {
   color: #1F85EB;
 }
</style>

background-color css

<style>
 a { background-color: #1F85EB; }

 a { background-color: rgb(31,133,235); }

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

border-color css

<style>
 span { border-color: #1F85EB; }

 span { border-color: rgb(31,133,235); }

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