Html Css Color HEX #002EF3 Blue

📋 copy color: '#002EF3'

red 0 ◦ green 46 ◦ blue 243

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

Shades of Blue #002EF3

Tints of Blue #002EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 84.08%

R = 0%
G = 15.92%
B = 84.08%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#002EF3 (or 0x002EF3) is known color: Blue. HEX triplet: 00, 2E and F3. RGB value is (0,46,243). Sum of RGB (Red+Green+Blue) = 0+46+243=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 243 (95.31% from 255 or 84.08% from 289); Max value from RGB is 243 - color contains mainly: blue. Hex color #002EF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EF3 is #FFD10C. Grayscale: #353535. Windows color (decimal): -16765197 or 15937024. OLE color: 15937024.

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

Color convert

RGB 0 46 243 -
CMYK 1 0.81 0 0.05
HSL 228.64º 1% 0.48% -
HSV(B) 228.64º 1% 0.95% -
XYZ 17.15 8.43 85.52 -
YUV 54.7 234.26 88.98 -
System Red Green Blue C M Y K H S L
Decimal 0 46 243 1 0.81 0 0.05 228.64 1 0.48
Hex 0 2E F3 64 51 0 5 E5 64 30
Octal 0 56 363 144 121 0 5 345 144 60
Binary 0 101110 11110011 1100100 1010001 0 101 11100101 1100100 110000

Color Harmonies of #002EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EF3

Black with #002EF3

Text Example


Text Example

White with #002EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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