Html Css Color HEX #030ABC Medium Blue

📋 copy color: '#030ABC'

red 3 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #030ABC

Tints of Medium Blue #030ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 93.53%

R = 1.49%
G = 4.98%
B = 93.53%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#030ABC (or 0x030ABC) is known color: Medium Blue. HEX triplet: 03, 0A and BC. RGB value is (3,10,188). Sum of RGB (Red+Green+Blue) = 3+10+188=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 188 (73.83% from 255 or 93.53% from 201); Max value from RGB is 188 - color contains mainly: blue. Hex color #030ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030ABC is #FCF543. Grayscale: #1B1B1B. Windows color (decimal): -16577860 or 12323331. OLE color: 12323331.

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

Color convert

RGB 3 10 188 -
CMYK 0.98 0.95 0 0.26
HSL 237.73º 0.97% 0.37% -
HSV(B) 237.73º 0.98% 0.74% -
XYZ 9.22 3.87 47.84 -
YUV 28.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 3 10 188 0.98 0.95 0 0.26 237.73 0.97 0.37
Hex 3 A BC 62 5F 0 1A EE 61 25
Octal 3 12 274 142 137 0 32 356 141 45
Binary 11 1010 10111100 1100010 1011111 0 11010 11101110 1100001 100101

Color Harmonies of #030ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030ABC

Black with #030ABC

Text Example


Text Example

White with #030ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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