Html Css Color HEX #030FB7 Medium Blue

📋 copy color: '#030FB7'

red 3 ◦ green 15 ◦ blue 183

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

Shades of Medium Blue #030FB7

Tints of Medium Blue #030FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 91.04%

R = 1.49%
G = 7.46%
B = 91.04%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#030FB7 (or 0x030FB7) is known color: Medium Blue. HEX triplet: 03, 0F and B7. RGB value is (3,15,183). Sum of RGB (Red+Green+Blue) = 3+15+183=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 183 (71.88% from 255 or 91.04% from 201); Max value from RGB is 183 - color contains mainly: blue. Hex color #030FB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FB7 is #FCF048. Grayscale: #1D1D1D. Windows color (decimal): -16576585 or 11996931. OLE color: 11996931.

HSL color Cylindrical-coordinate representation of color #030FB7: hue angle of 236º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030FB7 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 15 183 -
CMYK 0.98 0.92 0 0.28
HSL 236º 0.97% 0.36% -
HSV(B) 236º 0.98% 0.72% -
XYZ 8.76 3.78 45.07 -
YUV 30.56 214.02 108.34 -
System Red Green Blue C M Y K H S L
Decimal 3 15 183 0.98 0.92 0 0.28 236 0.97 0.36
Hex 3 F B7 62 5C 0 1C EC 61 24
Octal 3 17 267 142 134 0 34 354 141 44
Binary 11 1111 10110111 1100010 1011100 0 11100 11101100 1100001 100100

Color Harmonies of #030FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FB7

Black with #030FB7

Text Example


Text Example

White with #030FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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