Html Css Color HEX #030BDF Medium Blue

📋 copy color: '#030BDF'

red 3 ◦ green 11 ◦ blue 223

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

Shades of Medium Blue #030BDF

Tints of Medium Blue #030BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 94.09%

R = 1.27%
G = 4.64%
B = 94.09%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#030BDF (or 0x030BDF) is known color: Medium Blue. HEX triplet: 03, 0B and DF. RGB value is (3,11,223). Sum of RGB (Red+Green+Blue) = 3+11+223=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 223 (87.5% from 255 or 94.09% from 237); Max value from RGB is 223 - color contains mainly: blue. Hex color #030BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030BDF is #FCF420. Grayscale: #1F1F1F. Windows color (decimal): -16577569 or 14617347. OLE color: 14617347.

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

Color convert

RGB 3 11 223 -
CMYK 0.99 0.95 0 0.13
HSL 237.82º 0.97% 0.44% -
HSV(B) 237.82º 0.99% 0.87% -
XYZ 13.48 5.59 70.18 -
YUV 32.78 235.35 106.76 -
System Red Green Blue C M Y K H S L
Decimal 3 11 223 0.99 0.95 0 0.13 237.82 0.97 0.44
Hex 3 B DF 63 5F 0 D EE 61 2C
Octal 3 13 337 143 137 0 15 356 141 54
Binary 11 1011 11011111 1100011 1011111 0 1101 11101110 1100001 101100

Color Harmonies of #030BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030BDF

Black with #030BDF

Text Example


Text Example

White with #030BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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