Html Css Color HEX #030FCC Medium Blue

📋 copy color: '#030FCC'

red 3 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #030FCC

Tints of Medium Blue #030FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

 BLUE value IS 204 (80.08% from 255) = 91.89%

R = 1.35%
G = 6.76%
B = 91.89%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#030FCC (or 0x030FCC) is known color: Medium Blue. HEX triplet: 03, 0F and CC. RGB value is (3,15,204). Sum of RGB (Red+Green+Blue) = 3+15+204=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 204 (80.08% from 255 or 91.89% from 222); Max value from RGB is 204 - color contains mainly: blue. Hex color #030FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FCC is #FCF033. Grayscale: #202020. Windows color (decimal): -16576564 or 13373187. OLE color: 13373187.

HSL color Cylindrical-coordinate representation of color #030FCC: hue angle of 236.42º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FCC is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 15 204 -
CMYK 0.99 0.93 0 0.2
HSL 236.42º 0.97% 0.41% -
HSV(B) 236.42º 0.99% 0.8% -
XYZ 11.11 4.72 57.45 -
YUV 32.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 3 15 204 0.99 0.93 0 0.2 236.42 0.97 0.41
Hex 3 F CC 63 5D 0 14 EC 61 29
Octal 3 17 314 143 135 0 24 354 141 51
Binary 11 1111 11001100 1100011 1011101 0 10100 11101100 1100001 101001

Color Harmonies of #030FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FCC

Black with #030FCC

Text Example


Text Example

White with #030FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030FCC; }

 p { color: rgb(3,15,204); }

 H1.HeaderClassName
 {
   color: #030FCC;
 }
 .AnyTagClassName
 {
   color: #030FCC;
 }
</style>

background-color css

<style>
 a { background-color: #030FCC; }

 a { background-color: rgb(3,15,204); }

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

border-color css

<style>
 span { border-color: #030FCC; }

 span { border-color: rgb(3,15,204); }

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