Html Css Color HEX #001FCE Medium Blue

📋 copy color: '#001FCE'

red 0 ◦ green 31 ◦ blue 206

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

Shades of Medium Blue #001FCE

Tints of Medium Blue #001FCE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 31 (12.5% from 255) = 13.08%

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

R = 0%
G = 13.08%
B = 86.92%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#001FCE (or 0x001FCE) is known color: Medium Blue. HEX triplet: 00, 1F and CE. RGB value is (0,31,206). Sum of RGB (Red+Green+Blue) = 0+31+206=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 206 (80.86% from 255 or 86.92% from 237); Max value from RGB is 206 - color contains mainly: blue. Hex color #001FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FCE is #FFE031. Grayscale: #282828. Windows color (decimal): -16769074 or 13508352. OLE color: 13508352.

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

Color convert

RGB 0 31 206 -
CMYK 1 0.85 0 0.19
HSL 230.97º 1% 0.4% -
HSV(B) 230.97º 1% 0.81% -
XYZ 11.63 5.44 58.83 -
YUV 41.68 220.73 98.27 -
System Red Green Blue C M Y K H S L
Decimal 0 31 206 1 0.85 0 0.19 230.97 1 0.4
Hex 0 1F CE 64 55 0 13 E7 64 28
Octal 0 37 316 144 125 0 23 347 144 50
Binary 0 11111 11001110 1100100 1010101 0 10011 11100111 1100100 101000

Color Harmonies of #001FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FCE

Black with #001FCE

Text Example


Text Example

White with #001FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001FCE; }

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

 H1.HeaderClassName
 {
   color: #001FCE;
 }
 .AnyTagClassName
 {
   color: #001FCE;
 }
</style>

background-color css

<style>
 a { background-color: #001FCE; }

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

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

border-color css

<style>
 span { border-color: #001FCE; }

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

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