Html Css Color HEX #030DCF Medium Blue

📋 copy color: '#030DCF'

red 3 ◦ green 13 ◦ blue 207

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

Shades of Medium Blue #030DCF

Tints of Medium Blue #030DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.83%

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

R = 1.35%
G = 5.83%
B = 92.83%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#030DCF (or 0x030DCF) is known color: Medium Blue. HEX triplet: 03, 0D and CF. RGB value is (3,13,207). Sum of RGB (Red+Green+Blue) = 3+13+207=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #030DCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DCF is #FCF230. Grayscale: #1F1F1F. Windows color (decimal): -16577073 or 13569283. OLE color: 13569283.

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

Color convert

RGB 3 13 207 -
CMYK 0.99 0.94 0 0.19
HSL 237.06º 0.97% 0.41% -
HSV(B) 237.06º 0.99% 0.81% -
XYZ 11.44 4.81 59.36 -
YUV 32.13 226.69 107.23 -
System Red Green Blue C M Y K H S L
Decimal 3 13 207 0.99 0.94 0 0.19 237.06 0.97 0.41
Hex 3 D CF 63 5E 0 13 ED 61 29
Octal 3 15 317 143 136 0 23 355 141 51
Binary 11 1101 11001111 1100011 1011110 0 10011 11101101 1100001 101001

Color Harmonies of #030DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DCF

Black with #030DCF

Text Example


Text Example

White with #030DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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