Html Css Color HEX #030DDA Medium Blue

📋 copy color: '#030DDA'

red 3 ◦ green 13 ◦ blue 218

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

Shades of Medium Blue #030DDA

Tints of Medium Blue #030DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 93.16%

R = 1.28%
G = 5.56%
B = 93.16%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#030DDA (or 0x030DDA) is known color: Medium Blue. HEX triplet: 03, 0D and DA. RGB value is (3,13,218). Sum of RGB (Red+Green+Blue) = 3+13+218=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 218 (85.55% from 255 or 93.16% from 234); Max value from RGB is 218 - color contains mainly: blue. Hex color #030DDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DDA is #FCF225. Grayscale: #202020. Windows color (decimal): -16577062 or 14290179. OLE color: 14290179.

HSL color Cylindrical-coordinate representation of color #030DDA: hue angle of 237.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DDA is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 3 13 218 -
CMYK 0.99 0.94 0 0.15
HSL 237.21º 0.97% 0.43% -
HSV(B) 237.21º 0.99% 0.85% -
XYZ 12.84 5.37 66.69 -
YUV 33.38 232.19 106.33 -
System Red Green Blue C M Y K H S L
Decimal 3 13 218 0.99 0.94 0 0.15 237.21 0.97 0.43
Hex 3 D DA 63 5E 0 F ED 61 2B
Octal 3 15 332 143 136 0 17 355 141 53
Binary 11 1101 11011010 1100011 1011110 0 1111 11101101 1100001 101011

Color Harmonies of #030DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DDA

Black with #030DDA

Text Example


Text Example

White with #030DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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