Html Css Color HEX #0421CE Medium Blue

📋 copy color: '#0421CE'

red 4 ◦ green 33 ◦ blue 206

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

Shades of Medium Blue #0421CE

Tints of Medium Blue #0421CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.58%

 BLUE value IS 206 (80.86% from 255) = 84.77%

R = 1.65%
G = 13.58%
B = 84.77%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0421CE (or 0x0421CE) is known color: Medium Blue. HEX triplet: 04, 21 and CE. RGB value is (4,33,206). Sum of RGB (Red+Green+Blue) = 4+33+206=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #0421CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0421CE is #FBDE31. Grayscale: #2B2B2B. Windows color (decimal): -16506418 or 13508868. OLE color: 13508868.

HSL color Cylindrical-coordinate representation of color #0421CE: hue angle of 231.39º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0421CE is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 33 206 -
CMYK 0.98 0.84 0 0.19
HSL 231.39º 0.96% 0.41% -
HSV(B) 231.39º 0.98% 0.81% -
XYZ 11.73 5.57 58.85 -
YUV 44.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 4 33 206 0.98 0.84 0 0.19 231.39 0.96 0.41
Hex 4 21 CE 62 54 0 13 E7 60 29
Octal 4 41 316 142 124 0 23 347 140 51
Binary 100 100001 11001110 1100010 1010100 0 10011 11100111 1100000 101001

Color Harmonies of #0421CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0421CE

Black with #0421CE

Text Example


Text Example

White with #0421CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0421CE; }

 p { color: rgb(4,33,206); }

 H1.HeaderClassName
 {
   color: #0421CE;
 }
 .AnyTagClassName
 {
   color: #0421CE;
 }
</style>

background-color css

<style>
 a { background-color: #0421CE; }

 a { background-color: rgb(4,33,206); }

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

border-color css

<style>
 span { border-color: #0421CE; }

 span { border-color: rgb(4,33,206); }

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