Html Css Color HEX #1F85D0 Curious Blue

📋 copy color: '#1F85D0'

red 31 ◦ green 133 ◦ blue 208

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

Shades of Curious Blue #1F85D0

Tints of Curious Blue #1F85D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 8.33%
G = 35.75%
B = 55.91%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1F85D0 (or 0x1F85D0) is known color: Curious Blue. HEX triplet: 1F, 85 and D0. RGB value is (31,133,208). Sum of RGB (Red+Green+Blue) = 31+133+208=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F85D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F85D0 is #E07A2F. Grayscale: #6E6E6E. Windows color (decimal): -14711344 or 13665567. OLE color: 13665567.

HSL color Cylindrical-coordinate representation of color #1F85D0: hue angle of 205.42º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F85D0 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 133 208 -
CMYK 0.85 0.36 0 0.18
HSL 205.42º 0.74% 0.47% -
HSV(B) 205.42º 0.85% 0.82% -
XYZ 20.34 21.62 62.78 -
YUV 111.05 182.71 70.9 -
System Red Green Blue C M Y K H S L
Decimal 31 133 208 0.85 0.36 0 0.18 205.42 0.74 0.47
Hex 1F 85 D0 55 24 0 12 CD 4A 2F
Octal 37 205 320 125 44 0 22 315 112 57
Binary 11111 10000101 11010000 1010101 100100 0 10010 11001101 1001010 101111

Color Harmonies of #1F85D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F85D0

Black with #1F85D0

Text Example


Text Example

White with #1F85D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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