Html Css Color HEX #030DDE Medium Blue

📋 copy color: '#030DDE'

red 3 ◦ green 13 ◦ blue 222

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

Shades of Medium Blue #030DDE

Tints of Medium Blue #030DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 93.28%

R = 1.26%
G = 5.46%
B = 93.28%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#030DDE (or 0x030DDE) is known color: Medium Blue. HEX triplet: 03, 0D and DE. RGB value is (3,13,222). Sum of RGB (Red+Green+Blue) = 3+13+222=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 222 (87.11% from 255 or 93.28% from 238); Max value from RGB is 222 - color contains mainly: blue. Hex color #030DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #030DDE is #FCF221. Grayscale: #202020. Windows color (decimal): -16577058 or 14552323. OLE color: 14552323.

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

Color convert

RGB 3 13 222 -
CMYK 0.99 0.94 0 0.13
HSL 237.26º 0.97% 0.44% -
HSV(B) 237.26º 0.99% 0.87% -
XYZ 13.37 5.58 69.48 -
YUV 33.84 234.19 106.01 -
System Red Green Blue C M Y K H S L
Decimal 3 13 222 0.99 0.94 0 0.13 237.26 0.97 0.44
Hex 3 D DE 63 5E 0 D ED 61 2C
Octal 3 15 336 143 136 0 15 355 141 54
Binary 11 1101 11011110 1100011 1011110 0 1101 11101101 1100001 101100

Color Harmonies of #030DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030DDE

Black with #030DDE

Text Example


Text Example

White with #030DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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