Html Css Color HEX #030FBA Medium Blue

📋 copy color: '#030FBA'

red 3 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #030FBA

Tints of Medium Blue #030FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 91.18%

R = 1.47%
G = 7.35%
B = 91.18%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030FBA (or 0x030FBA) is known color: Medium Blue. HEX triplet: 03, 0F and BA. RGB value is (3,15,186). Sum of RGB (Red+Green+Blue) = 3+15+186=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 186 (73.05% from 255 or 91.18% from 204); Max value from RGB is 186 - color contains mainly: blue. Hex color #030FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FBA is #FCF045. Grayscale: #1E1E1E. Windows color (decimal): -16576582 or 12193539. OLE color: 12193539.

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

Color convert

RGB 3 15 186 -
CMYK 0.98 0.92 0 0.27
HSL 236.07º 0.97% 0.37% -
HSV(B) 236.07º 0.98% 0.73% -
XYZ 9.07 3.91 46.73 -
YUV 30.91 215.52 108.1 -
System Red Green Blue C M Y K H S L
Decimal 3 15 186 0.98 0.92 0 0.27 236.07 0.97 0.37
Hex 3 F BA 62 5C 0 1B EC 61 25
Octal 3 17 272 142 134 0 33 354 141 45
Binary 11 1111 10111010 1100010 1011100 0 11011 11101100 1100001 100101

Color Harmonies of #030FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FBA

Black with #030FBA

Text Example


Text Example

White with #030FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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