Html Css Color HEX #030CDF Medium Blue

📋 copy color: '#030CDF'

red 3 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #030CDF

Tints of Medium Blue #030CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.04%

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

R = 1.26%
G = 5.04%
B = 93.7%

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

#030CDF (or 0x030CDF) is known color: Medium Blue. HEX triplet: 03, 0C and DF. RGB value is (3,12,223). Sum of RGB (Red+Green+Blue) = 3+12+223=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 223 (87.5% from 255 or 93.70% from 238); Max value from RGB is 223 - color contains mainly: blue. Hex color #030CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030CDF is #FCF320. Grayscale: #202020. Windows color (decimal): -16577313 or 14617603. OLE color: 14617603.

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

Color convert

RGB 3 12 223 -
CMYK 0.99 0.95 0 0.13
HSL 237.55º 0.97% 0.44% -
HSV(B) 237.55º 0.99% 0.87% -
XYZ 13.49 5.61 70.18 -
YUV 33.36 235.02 106.34 -
System Red Green Blue C M Y K H S L
Decimal 3 12 223 0.99 0.95 0 0.13 237.55 0.97 0.44
Hex 3 C DF 63 5F 0 D EE 61 2C
Octal 3 14 337 143 137 0 15 356 141 54
Binary 11 1100 11011111 1100011 1011111 0 1101 11101110 1100001 101100

Color Harmonies of #030CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030CDF

Black with #030CDF

Text Example


Text Example

White with #030CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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