Html Css Color HEX #1F10B9 Medium Blue

📋 copy color: '#1F10B9'

red 31 ◦ green 16 ◦ blue 185

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

Shades of Medium Blue #1F10B9

Tints of Medium Blue #1F10B9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 185 (72.66% from 255) = 79.74%

R = 13.36%
G = 6.9%
B = 79.74%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1F10B9 (or 0x1F10B9) is known color: Medium Blue. HEX triplet: 1F, 10 and B9. RGB value is (31,16,185). Sum of RGB (Red+Green+Blue) = 31+16+185=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F10B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F10B9 is #E0EF46. Grayscale: #272727. Windows color (decimal): -14741319 or 12128287. OLE color: 12128287.

HSL color Cylindrical-coordinate representation of color #1F10B9: hue angle of 245.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F10B9 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 16 185 -
CMYK 0.83 0.91 0 0.27
HSL 245.33º 0.84% 0.39% -
HSV(B) 245.33º 0.91% 0.73% -
XYZ 9.51 4.16 46.2 -
YUV 39.75 209.97 121.76 -
System Red Green Blue C M Y K H S L
Decimal 31 16 185 0.83 0.91 0 0.27 245.33 0.84 0.39
Hex 1F 10 B9 53 5B 0 1B F5 54 27
Octal 37 20 271 123 133 0 33 365 124 47
Binary 11111 10000 10111001 1010011 1011011 0 11011 11110101 1010100 100111

Color Harmonies of #1F10B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F10B9

Black with #1F10B9

Text Example


Text Example

White with #1F10B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,16,185); }

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

background-color css

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

 a { background-color: rgb(31,16,185); }

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

border-color css

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

 span { border-color: rgb(31,16,185); }

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