Html Css Color HEX #030AB8 Medium Blue

📋 copy color: '#030AB8'

red 3 ◦ green 10 ◦ blue 184

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

Shades of Medium Blue #030AB8

Tints of Medium Blue #030AB8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

 BLUE value IS 184 (72.27% from 255) = 93.4%

R = 1.52%
G = 5.08%
B = 93.4%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#030AB8 (or 0x030AB8) is known color: Medium Blue. HEX triplet: 03, 0A and B8. RGB value is (3,10,184). Sum of RGB (Red+Green+Blue) = 3+10+184=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 184 (72.27% from 255 or 93.40% from 197); Max value from RGB is 184 - color contains mainly: blue. Hex color #030AB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030AB8 is #FCF547. Grayscale: #1B1B1B. Windows color (decimal): -16577864 or 12061187. OLE color: 12061187.

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

Color convert

RGB 3 10 184 -
CMYK 0.98 0.95 0 0.28
HSL 237.68º 0.97% 0.37% -
HSV(B) 237.68º 0.98% 0.72% -
XYZ 8.8 3.7 45.6 -
YUV 27.74 216.18 110.35 -
System Red Green Blue C M Y K H S L
Decimal 3 10 184 0.98 0.95 0 0.28 237.68 0.97 0.37
Hex 3 A B8 62 5F 0 1C EE 61 25
Octal 3 12 270 142 137 0 34 356 141 45
Binary 11 1010 10111000 1100010 1011111 0 11100 11101110 1100001 100101

Color Harmonies of #030AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030AB8

Black with #030AB8

Text Example


Text Example

White with #030AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,10,184); }

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

background-color css

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

 a { background-color: rgb(3,10,184); }

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

border-color css

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

 span { border-color: rgb(3,10,184); }

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