Html Css Color HEX #002EFF Blue

📋 copy color: '#002EFF'

red 0 ◦ green 46 ◦ blue 255

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

Shades of Blue #002EFF

Tints of Blue #002EFF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 15.28%

 BLUE value IS 255 (100% from 255) = 84.72%

R = 0%
G = 15.28%
B = 84.72%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#002EFF (or 0x002EFF) is known color: Blue. HEX triplet: 00, 2E and FF. RGB value is (0,46,255). Sum of RGB (Red+Green+Blue) = 0+46+255=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #002EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFF is #FFD100. Grayscale: #373737. Windows color (decimal): -16765185 or 16723456. OLE color: 16723456.

HSL color Cylindrical-coordinate representation of color #002EFF: hue angle of 229.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EFF is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 0 46 255 -
CMYK 1 0.82 0 0
HSL 229.18º 1% 0.5% -
HSV(B) 229.18º 1% 1% -
XYZ 19.03 9.17 95.38 -
YUV 56.07 240.26 88.01 -
System Red Green Blue C M Y K H S L
Decimal 0 46 255 1 0.82 0 0 229.18 1 0.5
Hex 0 2E FF 64 52 0 0 E5 64 32
Octal 0 56 377 144 122 0 0 345 144 62
Binary 0 101110 11111111 1100100 1010010 0 0 11100101 1100100 110010

Color Harmonies of #002EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EFF

Black with #002EFF

Text Example


Text Example

White with #002EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002EFF; }

 p { color: rgb(0,46,255); }

 H1.HeaderClassName
 {
   color: #002EFF;
 }
 .AnyTagClassName
 {
   color: #002EFF;
 }
</style>

background-color css

<style>
 a { background-color: #002EFF; }

 a { background-color: rgb(0,46,255); }

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

border-color css

<style>
 span { border-color: #002EFF; }

 span { border-color: rgb(0,46,255); }

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