Html Css Color HEX #030BCE Medium Blue

📋 copy color: '#030BCE'

red 3 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #030BCE

Tints of Medium Blue #030BCE

RGB

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

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

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

R = 1.36%
G = 5%
B = 93.64%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#030BCE (or 0x030BCE) is known color: Medium Blue. HEX triplet: 03, 0B and CE. RGB value is (3,11,206). Sum of RGB (Red+Green+Blue) = 3+11+206=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 206 (80.86% from 255 or 93.64% from 220); Max value from RGB is 206 - color contains mainly: blue. Hex color #030BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCE is #FCF431. Grayscale: #1E1E1E. Windows color (decimal): -16577586 or 13503235. OLE color: 13503235.

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

Color convert

RGB 3 11 206 -
CMYK 0.99 0.95 0 0.19
HSL 237.64º 0.97% 0.41% -
HSV(B) 237.64º 0.99% 0.81% -
XYZ 11.3 4.71 58.71 -
YUV 30.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 3 11 206 0.99 0.95 0 0.19 237.64 0.97 0.41
Hex 3 B CE 63 5F 0 13 EE 61 29
Octal 3 13 316 143 137 0 23 356 141 51
Binary 11 1011 11001110 1100011 1011111 0 10011 11101110 1100001 101001

Color Harmonies of #030BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BCE

Black with #030BCE

Text Example


Text Example

White with #030BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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