Html Css Color HEX #002EEA Blue

📋 copy color: '#002EEA'

red 0 ◦ green 46 ◦ blue 234

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

Shades of Blue #002EEA

Tints of Blue #002EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 83.57%

R = 0%
G = 16.43%
B = 83.57%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#002EEA (or 0x002EEA) is known color: Blue. HEX triplet: 00, 2E and EA. RGB value is (0,46,234). Sum of RGB (Red+Green+Blue) = 0+46+234=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 234 (91.80% from 255 or 83.57% from 280); Max value from RGB is 234 - color contains mainly: blue. Hex color #002EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002EEA is #FFD115. Grayscale: #343434. Windows color (decimal): -16765206 or 15347200. OLE color: 15347200.

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

Color convert

RGB 0 46 234 -
CMYK 1 0.80 0 0.08
HSL 228.21º 1% 0.46% -
HSV(B) 228.21º 1% 0.92% -
XYZ 15.83 7.89 78.53 -
YUV 53.68 229.76 89.71 -
System Red Green Blue C M Y K H S L
Decimal 0 46 234 1 0.80 0 0.08 228.21 1 0.46
Hex 0 2E EA 64 50 0 8 E4 64 2E
Octal 0 56 352 144 120 0 10 344 144 56
Binary 0 101110 11101010 1100100 1010000 0 1000 11100100 1100100 101110

Color Harmonies of #002EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EEA

Black with #002EEA

Text Example


Text Example

White with #002EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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