Html Css Color HEX #1F09D0 Medium Blue

📋 copy color: '#1F09D0'

red 31 ◦ green 9 ◦ blue 208

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

Shades of Medium Blue #1F09D0

Tints of Medium Blue #1F09D0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 12.5%
G = 3.63%
B = 83.87%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1F09D0 (or 0x1F09D0) is known color: Medium Blue. HEX triplet: 1F, 09 and D0. RGB value is (31,9,208). Sum of RGB (Red+Green+Blue) = 31+9+208=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 208 (81.64% from 255 or 83.87% from 248); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F09D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09D0 is #E0F62F. Grayscale: #252525. Windows color (decimal): -14743088 or 13633823. OLE color: 13633823.

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

Color convert

RGB 31 9 208 -
CMYK 0.85 0.96 0 0.18
HSL 246.63º 0.92% 0.43% -
HSV(B) 246.63º 0.96% 0.82% -
XYZ 12.05 5.04 60.01 -
YUV 38.26 223.79 122.82 -
System Red Green Blue C M Y K H S L
Decimal 31 9 208 0.85 0.96 0 0.18 246.63 0.92 0.43
Hex 1F 9 D0 55 60 0 12 F7 5C 2B
Octal 37 11 320 125 140 0 22 367 134 53
Binary 11111 1001 11010000 1010101 1100000 0 10010 11110111 1011100 101011

Color Harmonies of #1F09D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09D0

Black with #1F09D0

Text Example


Text Example

White with #1F09D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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