Html Css Color HEX #030BBF Medium Blue

📋 copy color: '#030BBF'

red 3 ◦ green 11 ◦ blue 191

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

Shades of Medium Blue #030BBF

Tints of Medium Blue #030BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 93.17%

R = 1.46%
G = 5.37%
B = 93.17%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#030BBF (or 0x030BBF) is known color: Medium Blue. HEX triplet: 03, 0B and BF. RGB value is (3,11,191). Sum of RGB (Red+Green+Blue) = 3+11+191=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 191 (75% from 255 or 93.17% from 205); Max value from RGB is 191 - color contains mainly: blue. Hex color #030BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BBF is #FCF440. Grayscale: #1C1C1C. Windows color (decimal): -16577601 or 12520195. OLE color: 12520195.

HSL color Cylindrical-coordinate representation of color #030BBF: hue angle of 237.45º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030BBF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 11 191 -
CMYK 0.98 0.94 0 0.25
HSL 237.45º 0.97% 0.38% -
HSV(B) 237.45º 0.98% 0.75% -
XYZ 9.56 4.02 49.56 -
YUV 29.13 219.35 109.36 -
System Red Green Blue C M Y K H S L
Decimal 3 11 191 0.98 0.94 0 0.25 237.45 0.97 0.38
Hex 3 B BF 62 5E 0 19 ED 61 26
Octal 3 13 277 142 136 0 31 355 141 46
Binary 11 1011 10111111 1100010 1011110 0 11001 11101101 1100001 100110

Color Harmonies of #030BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BBF

Black with #030BBF

Text Example


Text Example

White with #030BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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