Html Css Color HEX #002EFE Blue

📋 copy color: '#002EFE'

red 0 ◦ green 46 ◦ blue 254

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

Shades of Blue #002EFE

Tints of Blue #002EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 84.67%

R = 0%
G = 15.33%
B = 84.67%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#002EFE (or 0x002EFE) is known color: Blue. HEX triplet: 00, 2E and FE. RGB value is (0,46,254). Sum of RGB (Red+Green+Blue) = 0+46+254=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #002EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EFE is #FFD101. Grayscale: #373737. Windows color (decimal): -16765186 or 16657920. OLE color: 16657920.

HSL color Cylindrical-coordinate representation of color #002EFE: hue angle of 229.13º 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 #002EFE is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 46 254 -
CMYK 1 0.82 0 0.00
HSL 229.13º 1% 0.5% -
HSV(B) 229.13º 1% 1% -
XYZ 18.87 9.11 94.53 -
YUV 55.96 239.76 88.09 -
System Red Green Blue C M Y K H S L
Decimal 0 46 254 1 0.82 0 0.00 229.13 1 0.5
Hex 0 2E FE 64 52 0 0 E5 64 32
Octal 0 56 376 144 122 0 0 345 144 62
Binary 0 101110 11111110 1100100 1010010 0 0 11100101 1100100 110010

Color Harmonies of #002EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EFE

Black with #002EFE

Text Example


Text Example

White with #002EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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