Html Css Color HEX #002AEF Blue

📋 copy color: '#002AEF'

red 0 ◦ green 42 ◦ blue 239

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

Shades of Blue #002AEF

Tints of Blue #002AEF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.95%

 BLUE value IS 239 (93.75% from 255) = 85.05%

R = 0%
G = 14.95%
B = 85.05%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#002AEF (or 0x002AEF) is known color: Blue. HEX triplet: 00, 2A and EF. RGB value is (0,42,239). Sum of RGB (Red+Green+Blue) = 0+42+239=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 239 (93.75% from 255 or 85.05% from 281); Max value from RGB is 239 - color contains mainly: blue. Hex color #002AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AEF is #FFD510. Grayscale: #333333. Windows color (decimal): -16766225 or 15673856. OLE color: 15673856.

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

Color convert

RGB 0 42 239 -
CMYK 1 0.82 0 0.06
HSL 229.46º 1% 0.47% -
HSV(B) 229.46º 1% 0.94% -
XYZ 16.41 7.89 82.32 -
YUV 51.9 233.59 90.98 -
System Red Green Blue C M Y K H S L
Decimal 0 42 239 1 0.82 0 0.06 229.46 1 0.47
Hex 0 2A EF 64 52 0 6 E5 64 2F
Octal 0 52 357 144 122 0 6 345 144 57
Binary 0 101010 11101111 1100100 1010010 0 110 11100101 1100100 101111

Color Harmonies of #002AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AEF

Black with #002AEF

Text Example


Text Example

White with #002AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,42,239); }

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

background-color css

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

 a { background-color: rgb(0,42,239); }

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

border-color css

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

 span { border-color: rgb(0,42,239); }

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