Html Css Color HEX #0424EF Blue

📋 copy color: '#0424EF'

red 4 ◦ green 36 ◦ blue 239

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

Shades of Blue #0424EF

Tints of Blue #0424EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 239 (93.75% from 255) = 85.66%

R = 1.43%
G = 12.9%
B = 85.66%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0424EF (or 0x0424EF) is known color: Blue. HEX triplet: 04, 24 and EF. RGB value is (4,36,239). Sum of RGB (Red+Green+Blue) = 4+36+239=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 239 (93.75% from 255 or 85.66% from 279); Max value from RGB is 239 - color contains mainly: blue. Hex color #0424EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0424EF is #FBDB10. Grayscale: #303030. Windows color (decimal): -16505617 or 15672324. OLE color: 15672324.

HSL color Cylindrical-coordinate representation of color #0424EF: hue angle of 231.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0424EF is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 36 239 -
CMYK 0.98 0.85 0 0.06
HSL 231.83º 0.97% 0.48% -
HSV(B) 231.83º 0.98% 0.94% -
XYZ 16.26 7.52 82.26 -
YUV 49.57 234.9 95.49 -
System Red Green Blue C M Y K H S L
Decimal 4 36 239 0.98 0.85 0 0.06 231.83 0.97 0.48
Hex 4 24 EF 62 55 0 6 E8 61 30
Octal 4 44 357 142 125 0 6 350 141 60
Binary 100 100100 11101111 1100010 1010101 0 110 11101000 1100001 110000

Color Harmonies of #0424EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0424EF

Black with #0424EF

Text Example


Text Example

White with #0424EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0424EF; }

 p { color: rgb(4,36,239); }

 H1.HeaderClassName
 {
   color: #0424EF;
 }
 .AnyTagClassName
 {
   color: #0424EF;
 }
</style>

background-color css

<style>
 a { background-color: #0424EF; }

 a { background-color: rgb(4,36,239); }

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

border-color css

<style>
 span { border-color: #0424EF; }

 span { border-color: rgb(4,36,239); }

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