Html Css Color HEX #0419DD Medium Blue

📋 copy color: '#0419DD'

red 4 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #0419DD

Tints of Medium Blue #0419DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 1.6%
G = 10%
B = 88.4%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0419DD (or 0x0419DD) is known color: Medium Blue. HEX triplet: 04, 19 and DD. RGB value is (4,25,221). Sum of RGB (Red+Green+Blue) = 4+25+221=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #0419DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0419DD is #FBE622. Grayscale: #282828. Windows color (decimal): -16508451 or 14489860. OLE color: 14489860.

HSL color Cylindrical-coordinate representation of color #0419DD: hue angle of 234.19º 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 #0419DD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 25 221 -
CMYK 0.98 0.89 0 0.13
HSL 234.19º 0.96% 0.44% -
HSV(B) 234.19º 0.98% 0.87% -
XYZ 13.45 5.94 68.84 -
YUV 41.07 229.54 101.56 -
System Red Green Blue C M Y K H S L
Decimal 4 25 221 0.98 0.89 0 0.13 234.19 0.96 0.44
Hex 4 19 DD 62 59 0 D EA 60 2C
Octal 4 31 335 142 131 0 15 352 140 54
Binary 100 11001 11011101 1100010 1011001 0 1101 11101010 1100000 101100

Color Harmonies of #0419DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0419DD

Black with #0419DD

Text Example


Text Example

White with #0419DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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