Html Css Color HEX #030ABB Medium Blue

📋 copy color: '#030ABB'

red 3 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #030ABB

Tints of Medium Blue #030ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 93.5%

R = 1.5%
G = 5%
B = 93.5%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#030ABB (or 0x030ABB) is known color: Medium Blue. HEX triplet: 03, 0A and BB. RGB value is (3,10,187). Sum of RGB (Red+Green+Blue) = 3+10+187=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 187 (73.44% from 255 or 93.5% from 200); Max value from RGB is 187 - color contains mainly: blue. Hex color #030ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ABB is #FCF544. Grayscale: #1B1B1B. Windows color (decimal): -16577861 or 12257795. OLE color: 12257795.

HSL color Cylindrical-coordinate representation of color #030ABB: hue angle of 237.72º 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 #030ABB is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 10 187 -
CMYK 0.98 0.95 0 0.27
HSL 237.72º 0.97% 0.37% -
HSV(B) 237.72º 0.98% 0.73% -
XYZ 9.12 3.82 47.27 -
YUV 28.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 3 10 187 0.98 0.95 0 0.27 237.72 0.97 0.37
Hex 3 A BB 62 5F 0 1B EE 61 25
Octal 3 12 273 142 137 0 33 356 141 45
Binary 11 1010 10111011 1100010 1011111 0 11011 11101110 1100001 100101

Color Harmonies of #030ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ABB

Black with #030ABB

Text Example


Text Example

White with #030ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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