Html Css Color HEX #0402E6 Blue

📋 copy color: '#0402E6'

red 4 ◦ green 2 ◦ blue 230

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

Shades of Blue #0402E6

Tints of Blue #0402E6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 230 (90.23% from 255) = 97.46%

R = 1.69%
G = 0.85%
B = 97.46%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0402E6 (or 0x0402E6) is known color: Blue. HEX triplet: 04, 02 and E6. RGB value is (4,2,230). Sum of RGB (Red+Green+Blue) = 4+2+230=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 230 (90.23% from 255 or 97.46% from 236); Max value from RGB is 230 - color contains mainly: blue. Hex color #0402E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0402E6 is #FBFD19. Grayscale: #1B1B1B. Windows color (decimal): -16514330 or 15073796. OLE color: 15073796.

HSL color Cylindrical-coordinate representation of color #0402E6: hue angle of 240.53º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0402E6 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 2 230 -
CMYK 0.98 0.99 0 0.10
HSL 240.53º 0.98% 0.45% -
HSV(B) 240.53º 0.99% 0.9% -
XYZ 14.35 5.78 75.22 -
YUV 28.59 241.66 110.46 -
System Red Green Blue C M Y K H S L
Decimal 4 2 230 0.98 0.99 0 0.10 240.53 0.98 0.45
Hex 4 2 E6 62 63 0 A F1 62 2D
Octal 4 2 346 142 143 0 12 361 142 55
Binary 100 10 11100110 1100010 1100011 0 1010 11110001 1100010 101101

Color Harmonies of #0402E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0402E6

Black with #0402E6

Text Example


Text Example

White with #0402E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0402E6; }

 p { color: rgb(4,2,230); }

 H1.HeaderClassName
 {
   color: #0402E6;
 }
 .AnyTagClassName
 {
   color: #0402E6;
 }
</style>

background-color css

<style>
 a { background-color: #0402E6; }

 a { background-color: rgb(4,2,230); }

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

border-color css

<style>
 span { border-color: #0402E6; }

 span { border-color: rgb(4,2,230); }

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