Html Css Color HEX #002EF8 Blue

📋 copy color: '#002EF8'

red 0 ◦ green 46 ◦ blue 248

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

Shades of Blue #002EF8

Tints of Blue #002EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 84.35%

R = 0%
G = 15.65%
B = 84.35%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#002EF8 (or 0x002EF8) is known color: Blue. HEX triplet: 00, 2E and F8. RGB value is (0,46,248). Sum of RGB (Red+Green+Blue) = 0+46+248=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #002EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EF8 is #FFD107. Grayscale: #363636. Windows color (decimal): -16765192 or 16264704. OLE color: 16264704.

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

Color convert

RGB 0 46 248 -
CMYK 1 0.81 0 0.03
HSL 228.87º 1% 0.49% -
HSV(B) 228.87º 1% 0.97% -
XYZ 17.92 8.73 89.55 -
YUV 55.27 236.76 88.57 -
System Red Green Blue C M Y K H S L
Decimal 0 46 248 1 0.81 0 0.03 228.87 1 0.49
Hex 0 2E F8 64 51 0 3 E5 64 31
Octal 0 56 370 144 121 0 3 345 144 61
Binary 0 101110 11111000 1100100 1010001 0 11 11100101 1100100 110001

Color Harmonies of #002EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EF8

Black with #002EF8

Text Example


Text Example

White with #002EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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