Html Css Color HEX #0414DD Medium Blue

📋 copy color: '#0414DD'

red 4 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #0414DD

Tints of Medium Blue #0414DD

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

 GREEN value IS 20 (8.2% from 255) = 8.16%

 BLUE value IS 221 (86.72% from 255) = 90.2%

R = 1.63%
G = 8.16%
B = 90.2%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0414DD (or 0x0414DD) is known color: Medium Blue. HEX triplet: 04, 14 and DD. RGB value is (4,20,221). Sum of RGB (Red+Green+Blue) = 4+20+221=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 221 (86.72% from 255 or 90.20% from 245); Max value from RGB is 221 - color contains mainly: blue. Hex color #0414DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0414DD is #FBEB22. Grayscale: #252525. Windows color (decimal): -16509731 or 14488580. OLE color: 14488580.

HSL color Cylindrical-coordinate representation of color #0414DD: hue angle of 235.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0414DD is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 20 221 -
CMYK 0.98 0.91 0 0.13
HSL 235.58º 0.96% 0.44% -
HSV(B) 235.58º 0.98% 0.87% -
XYZ 13.35 5.75 68.81 -
YUV 38.13 231.2 103.66 -
System Red Green Blue C M Y K H S L
Decimal 4 20 221 0.98 0.91 0 0.13 235.58 0.96 0.44
Hex 4 14 DD 62 5B 0 D EC 60 2C
Octal 4 24 335 142 133 0 15 354 140 54
Binary 100 10100 11011101 1100010 1011011 0 1101 11101100 1100000 101100

Color Harmonies of #0414DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0414DD

Black with #0414DD

Text Example


Text Example

White with #0414DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0414DD; }

 p { color: rgb(4,20,221); }

 H1.HeaderClassName
 {
   color: #0414DD;
 }
 .AnyTagClassName
 {
   color: #0414DD;
 }
</style>

background-color css

<style>
 a { background-color: #0414DD; }

 a { background-color: rgb(4,20,221); }

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

border-color css

<style>
 span { border-color: #0414DD; }

 span { border-color: rgb(4,20,221); }

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