Html Css Color HEX #030FCB Medium Blue

📋 copy color: '#030FCB'

red 3 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #030FCB

Tints of Medium Blue #030FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 91.86%

R = 1.36%
G = 6.79%
B = 91.86%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#030FCB (or 0x030FCB) is known color: Medium Blue. HEX triplet: 03, 0F and CB. RGB value is (3,15,203). Sum of RGB (Red+Green+Blue) = 3+15+203=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #030FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030FCB is #FCF034. Grayscale: #202020. Windows color (decimal): -16576565 or 13307651. OLE color: 13307651.

HSL color Cylindrical-coordinate representation of color #030FCB: hue angle of 236.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030FCB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 15 203 -
CMYK 0.99 0.93 0 0.20
HSL 236.4º 0.97% 0.4% -
HSV(B) 236.4º 0.99% 0.8% -
XYZ 10.99 4.67 56.82 -
YUV 32.84 224.02 106.71 -
System Red Green Blue C M Y K H S L
Decimal 3 15 203 0.99 0.93 0 0.20 236.4 0.97 0.4
Hex 3 F CB 63 5D 0 14 EC 61 28
Octal 3 17 313 143 135 0 24 354 141 50
Binary 11 1111 11001011 1100011 1011101 0 10100 11101100 1100001 101000

Color Harmonies of #030FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030FCB

Black with #030FCB

Text Example


Text Example

White with #030FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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