Html Css Color HEX #0421EB Blue

📋 copy color: '#0421EB'

red 4 ◦ green 33 ◦ blue 235

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

Shades of Blue #0421EB

Tints of Blue #0421EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 86.4%

R = 1.47%
G = 12.13%
B = 86.4%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0421EB (or 0x0421EB) is known color: Blue. HEX triplet: 04, 21 and EB. RGB value is (4,33,235). Sum of RGB (Red+Green+Blue) = 4+33+235=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 235 (92.19% from 255 or 86.40% from 272); Max value from RGB is 235 - color contains mainly: blue. Hex color #0421EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0421EB is #FBDE14. Grayscale: #2E2E2E. Windows color (decimal): -16506389 or 15409412. OLE color: 15409412.

HSL color Cylindrical-coordinate representation of color #0421EB: hue angle of 232.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0421EB is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 33 235 -
CMYK 0.98 0.86 0 0.08
HSL 232.47º 0.97% 0.47% -
HSV(B) 232.47º 0.98% 0.92% -
XYZ 15.59 7.11 79.15 -
YUV 47.36 233.89 97.07 -
System Red Green Blue C M Y K H S L
Decimal 4 33 235 0.98 0.86 0 0.08 232.47 0.97 0.47
Hex 4 21 EB 62 56 0 8 E8 61 2F
Octal 4 41 353 142 126 0 10 350 141 57
Binary 100 100001 11101011 1100010 1010110 0 1000 11101000 1100001 101111

Color Harmonies of #0421EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0421EB

Black with #0421EB

Text Example


Text Example

White with #0421EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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