Html Css Color HEX #002AFF Blue

📋 copy color: '#002AFF'

red 0 ◦ green 42 ◦ blue 255

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

Shades of Blue #002AFF

Tints of Blue #002AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 85.86%

R = 0%
G = 14.14%
B = 85.86%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#002AFF (or 0x002AFF) is known color: Blue. HEX triplet: 00, 2A and FF. RGB value is (0,42,255). Sum of RGB (Red+Green+Blue) = 0+42+255=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 255 (100% from 255 or 85.86% from 297); Max value from RGB is 255 - color contains mainly: blue. Hex color #002AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AFF is #FFD500. Grayscale: #343434. Windows color (decimal): -16766209 or 16722432. OLE color: 16722432.

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

Color convert

RGB 0 42 255 -
CMYK 1 0.84 0 0
HSL 230.12º 1% 0.5% -
HSV(B) 230.12º 1% 1% -
XYZ 18.88 8.88 95.33 -
YUV 53.72 241.59 89.68 -
System Red Green Blue C M Y K H S L
Decimal 0 42 255 1 0.84 0 0 230.12 1 0.5
Hex 0 2A FF 64 54 0 0 E6 64 32
Octal 0 52 377 144 124 0 0 346 144 62
Binary 0 101010 11111111 1100100 1010100 0 0 11100110 1100100 110010

Color Harmonies of #002AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AFF

Black with #002AFF

Text Example


Text Example

White with #002AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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