Html Css Color HEX #0402FB Blue

📋 copy color: '#0402FB'

red 4 ◦ green 2 ◦ blue 251

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

Shades of Blue #0402FB

Tints of Blue #0402FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 97.67%

R = 1.56%
G = 0.78%
B = 97.67%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0402FB (or 0x0402FB) is known color: Blue. HEX triplet: 04, 02 and FB. RGB value is (4,2,251). Sum of RGB (Red+Green+Blue) = 4+2+251=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 251 (98.44% from 255 or 97.67% from 257); Max value from RGB is 251 - color contains mainly: blue. Hex color #0402FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0402FB is #FBFD04. Grayscale: #1D1D1D. Windows color (decimal): -16514309 or 16450052. OLE color: 16450052.

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

Color convert

RGB 4 2 251 -
CMYK 0.98 0.99 0 0.02
HSL 240.48º 0.98% 0.5% -
HSV(B) 240.48º 0.99% 0.98% -
XYZ 17.48 7.03 91.7 -
YUV 30.98 252.16 108.75 -
System Red Green Blue C M Y K H S L
Decimal 4 2 251 0.98 0.99 0 0.02 240.48 0.98 0.5
Hex 4 2 FB 62 63 0 2 F0 62 32
Octal 4 2 373 142 143 0 2 360 142 62
Binary 100 10 11111011 1100010 1100011 0 10 11110000 1100010 110010

Color Harmonies of #0402FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0402FB

Black with #0402FB

Text Example


Text Example

White with #0402FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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