Html Css Color HEX #030BCF Medium Blue

📋 copy color: '#030BCF'

red 3 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #030BCF

Tints of Medium Blue #030BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

 BLUE value IS 207 (81.25% from 255) = 93.67%

R = 1.36%
G = 4.98%
B = 93.67%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#030BCF (or 0x030BCF) is known color: Medium Blue. HEX triplet: 03, 0B and CF. RGB value is (3,11,207). Sum of RGB (Red+Green+Blue) = 3+11+207=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 207 (81.25% from 255 or 93.67% from 221); Max value from RGB is 207 - color contains mainly: blue. Hex color #030BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BCF is #FCF430. Grayscale: #1E1E1E. Windows color (decimal): -16577585 or 13568771. OLE color: 13568771.

HSL color Cylindrical-coordinate representation of color #030BCF: hue angle of 237.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030BCF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 11 207 -
CMYK 0.99 0.95 0 0.19
HSL 237.65º 0.97% 0.41% -
HSV(B) 237.65º 0.99% 0.81% -
XYZ 11.42 4.76 59.35 -
YUV 30.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 3 11 207 0.99 0.95 0 0.19 237.65 0.97 0.41
Hex 3 B CF 63 5F 0 13 EE 61 29
Octal 3 13 317 143 137 0 23 356 141 51
Binary 11 1011 11001111 1100011 1011111 0 10011 11101110 1100001 101001

Color Harmonies of #030BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BCF

Black with #030BCF

Text Example


Text Example

White with #030BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,11,207); }

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

background-color css

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

 a { background-color: rgb(3,11,207); }

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

border-color css

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

 span { border-color: rgb(3,11,207); }

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