Html Css Color HEX #0301CF Medium Blue

📋 copy color: '#0301CF'

red 3 ◦ green 1 ◦ blue 207

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

Shades of Medium Blue #0301CF

Tints of Medium Blue #0301CF

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 207 (81.25% from 255) = 98.1%

R = 1.42%
G = 0.47%
B = 98.1%

CMYK

 C value IS 0.99

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0301CF (or 0x0301CF) is known color: Medium Blue. HEX triplet: 03, 01 and CF. RGB value is (3,1,207). Sum of RGB (Red+Green+Blue) = 3+1+207=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 207 (81.25% from 255 or 98.10% from 211); Max value from RGB is 207 - color contains mainly: blue. Hex color #0301CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0301CF is #FCFE30. Grayscale: #181818. Windows color (decimal): -16580145 or 13566211. OLE color: 13566211.

HSL color Cylindrical-coordinate representation of color #0301CF: hue angle of 240.58º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0301CF is Cyan = 0.99, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 1 207 -
CMYK 0.99 1.00 0 0.19
HSL 240.58º 0.99% 0.41% -
HSV(B) 240.58º 1% 0.81% -
XYZ 11.31 4.55 59.31 -
YUV 25.08 230.66 112.25 -
System Red Green Blue C M Y K H S L
Decimal 3 1 207 0.99 1.00 0 0.19 240.58 0.99 0.41
Hex 3 1 CF 63 64 0 13 F1 63 29
Octal 3 1 317 143 144 0 23 361 143 51
Binary 11 1 11001111 1100011 1100100 0 10011 11110001 1100011 101001

Color Harmonies of #0301CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0301CF

Black with #0301CF

Text Example


Text Example

White with #0301CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0301CF; }

 p { color: rgb(3,1,207); }

 H1.HeaderClassName
 {
   color: #0301CF;
 }
 .AnyTagClassName
 {
   color: #0301CF;
 }
</style>

background-color css

<style>
 a { background-color: #0301CF; }

 a { background-color: rgb(3,1,207); }

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

border-color css

<style>
 span { border-color: #0301CF; }

 span { border-color: rgb(3,1,207); }

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