Html Css Color HEX #030BC9 Medium Blue

📋 copy color: '#030BC9'

red 3 ◦ green 11 ◦ blue 201

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

Shades of Medium Blue #030BC9

Tints of Medium Blue #030BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 93.49%

R = 1.4%
G = 5.12%
B = 93.49%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#030BC9 (or 0x030BC9) is known color: Medium Blue. HEX triplet: 03, 0B and C9. RGB value is (3,11,201). Sum of RGB (Red+Green+Blue) = 3+11+201=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 201 (78.91% from 255 or 93.49% from 215); Max value from RGB is 201 - color contains mainly: blue. Hex color #030BC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BC9 is #FCF436. Grayscale: #1D1D1D. Windows color (decimal): -16577591 or 13175555. OLE color: 13175555.

HSL color Cylindrical-coordinate representation of color #030BC9: hue angle of 237.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BC9 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 11 201 -
CMYK 0.99 0.95 0 0.21
HSL 237.58º 0.97% 0.4% -
HSV(B) 237.58º 0.99% 0.79% -
XYZ 10.7 4.48 55.56 -
YUV 30.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 3 11 201 0.99 0.95 0 0.21 237.58 0.97 0.4
Hex 3 B C9 63 5F 0 15 EE 61 28
Octal 3 13 311 143 137 0 25 356 141 50
Binary 11 1011 11001001 1100011 1011111 0 10101 11101110 1100001 101000

Color Harmonies of #030BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BC9

Black with #030BC9

Text Example


Text Example

White with #030BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,11,201); }

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

background-color css

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

 a { background-color: rgb(3,11,201); }

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

border-color css

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

 span { border-color: rgb(3,11,201); }

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