Html Css Color HEX #1F09DD Medium Blue

📋 copy color: '#1F09DD'

red 31 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #1F09DD

Tints of Medium Blue #1F09DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 84.67%

R = 11.88%
G = 3.45%
B = 84.67%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F09DD (or 0x1F09DD) is known color: Medium Blue. HEX triplet: 1F, 09 and DD. RGB value is (31,9,221). Sum of RGB (Red+Green+Blue) = 31+9+221=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F09DD is #E0F622. Grayscale: #262626. Windows color (decimal): -14743075 or 14485791. OLE color: 14485791.

HSL color Cylindrical-coordinate representation of color #1F09DD: hue angle of 246.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F09DD is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 9 221 -
CMYK 0.86 0.96 0 0.13
HSL 246.23º 0.92% 0.45% -
HSV(B) 246.23º 0.96% 0.87% -
XYZ 13.71 5.71 68.79 -
YUV 39.75 230.29 121.76 -
System Red Green Blue C M Y K H S L
Decimal 31 9 221 0.86 0.96 0 0.13 246.23 0.92 0.45
Hex 1F 9 DD 56 60 0 D F6 5C 2D
Octal 37 11 335 126 140 0 15 366 134 55
Binary 11111 1001 11011101 1010110 1100000 0 1101 11110110 1011100 101101

Color Harmonies of #1F09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F09DD

Black with #1F09DD

Text Example


Text Example

White with #1F09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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