Html Css Color HEX #1F0BCE Medium Blue

📋 copy color: '#1F0BCE'

red 31 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #1F0BCE

Tints of Medium Blue #1F0BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.44%

 BLUE value IS 206 (80.86% from 255) = 83.06%

R = 12.5%
G = 4.44%
B = 83.06%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F0BCE (or 0x1F0BCE) is known color: Medium Blue. HEX triplet: 1F, 0B and CE. RGB value is (31,11,206). Sum of RGB (Red+Green+Blue) = 31+11+206=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F0BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BCE is #E0F431. Grayscale: #262626. Windows color (decimal): -14742578 or 13503263. OLE color: 13503263.

HSL color Cylindrical-coordinate representation of color #1F0BCE: hue angle of 246.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0BCE is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 11 206 -
CMYK 0.85 0.95 0 0.19
HSL 246.15º 0.9% 0.43% -
HSV(B) 246.15º 0.95% 0.81% -
XYZ 11.83 4.99 58.73 -
YUV 39.21 222.13 122.14 -
System Red Green Blue C M Y K H S L
Decimal 31 11 206 0.85 0.95 0 0.19 246.15 0.9 0.43
Hex 1F B CE 55 5F 0 13 F6 5A 2B
Octal 37 13 316 125 137 0 23 366 132 53
Binary 11111 1011 11001110 1010101 1011111 0 10011 11110110 1011010 101011

Color Harmonies of #1F0BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0BCE

Black with #1F0BCE

Text Example


Text Example

White with #1F0BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,11,206); }

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

background-color css

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

 a { background-color: rgb(31,11,206); }

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

border-color css

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

 span { border-color: rgb(31,11,206); }

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