Html Css Color HEX #0421CF Medium Blue

📋 copy color: '#0421CF'

red 4 ◦ green 33 ◦ blue 207

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

Shades of Medium Blue #0421CF

Tints of Medium Blue #0421CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 84.84%

R = 1.64%
G = 13.52%
B = 84.84%

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

#0421CF (or 0x0421CF) is known color: Medium Blue. HEX triplet: 04, 21 and CF. RGB value is (4,33,207). Sum of RGB (Red+Green+Blue) = 4+33+207=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #0421CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0421CF is #FBDE30. Grayscale: #2B2B2B. Windows color (decimal): -16506417 or 13574404. OLE color: 13574404.

HSL color Cylindrical-coordinate representation of color #0421CF: hue angle of 231.43º 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 #0421CF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 33 207 -
CMYK 0.98 0.84 0 0.19
HSL 231.43º 0.96% 0.41% -
HSV(B) 231.43º 0.98% 0.81% -
XYZ 11.86 5.62 59.49 -
YUV 44.17 219.89 99.35 -
System Red Green Blue C M Y K H S L
Decimal 4 33 207 0.98 0.84 0 0.19 231.43 0.96 0.41
Hex 4 21 CF 62 54 0 13 E7 60 29
Octal 4 41 317 142 124 0 23 347 140 51
Binary 100 100001 11001111 1100010 1010100 0 10011 11100111 1100000 101001

Color Harmonies of #0421CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0421CF

Black with #0421CF

Text Example


Text Example

White with #0421CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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