Html Css Color HEX #1F0CDD Medium Blue

📋 copy color: '#1F0CDD'

red 31 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #1F0CDD

Tints of Medium Blue #1F0CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

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

R = 11.74%
G = 4.55%
B = 83.71%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F0CDD (or 0x1F0CDD) is known color: Medium Blue. HEX triplet: 1F, 0C and DD. RGB value is (31,12,221). Sum of RGB (Red+Green+Blue) = 31+12+221=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CDD is #E0F322. Grayscale: #282828. Windows color (decimal): -14742307 or 14486559. OLE color: 14486559.

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

Color convert

RGB 31 12 221 -
CMYK 0.86 0.95 0 0.13
HSL 245.45º 0.9% 0.46% -
HSV(B) 245.45º 0.95% 0.87% -
XYZ 13.75 5.77 68.8 -
YUV 41.51 229.29 120.51 -
System Red Green Blue C M Y K H S L
Decimal 31 12 221 0.86 0.95 0 0.13 245.45 0.9 0.46
Hex 1F C DD 56 5F 0 D F5 5A 2E
Octal 37 14 335 126 137 0 15 365 132 56
Binary 11111 1100 11011101 1010110 1011111 0 1101 11110101 1011010 101110

Color Harmonies of #1F0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0CDD

Black with #1F0CDD

Text Example


Text Example

White with #1F0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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