Html Css Color HEX #030BCC Medium Blue

📋 copy color: '#030BCC'

red 3 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #030BCC

Tints of Medium Blue #030BCC

RGB

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

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

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

R = 1.38%
G = 5.05%
B = 93.58%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#030BCC (or 0x030BCC) is known color: Medium Blue. HEX triplet: 03, 0B and CC. RGB value is (3,11,204). Sum of RGB (Red+Green+Blue) = 3+11+204=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 204 (80.08% from 255 or 93.58% from 218); Max value from RGB is 204 - color contains mainly: blue. Hex color #030BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCC is #FCF433. Grayscale: #1D1D1D. Windows color (decimal): -16577588 or 13372163. OLE color: 13372163.

HSL color Cylindrical-coordinate representation of color #030BCC: hue angle of 237.61º 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 #030BCC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 11 204 -
CMYK 0.99 0.95 0 0.2
HSL 237.61º 0.97% 0.41% -
HSV(B) 237.61º 0.99% 0.8% -
XYZ 11.06 4.62 57.44 -
YUV 30.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 3 11 204 0.99 0.95 0 0.2 237.61 0.97 0.41
Hex 3 B CC 63 5F 0 14 EE 61 29
Octal 3 13 314 143 137 0 24 356 141 51
Binary 11 1011 11001100 1100011 1011111 0 10100 11101110 1100001 101001

Color Harmonies of #030BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BCC

Black with #030BCC

Text Example


Text Example

White with #030BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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