Html Css Color HEX #002AF7 Blue

📋 copy color: '#002AF7'

red 0 ◦ green 42 ◦ blue 247

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

Shades of Blue #002AF7

Tints of Blue #002AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 85.47%

R = 0%
G = 14.53%
B = 85.47%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#002AF7 (or 0x002AF7) is known color: Blue. HEX triplet: 00, 2A and F7. RGB value is (0,42,247). Sum of RGB (Red+Green+Blue) = 0+42+247=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 247 (96.88% from 255 or 85.47% from 289); Max value from RGB is 247 - color contains mainly: blue. Hex color #002AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AF7 is #FFD508. Grayscale: #333333. Windows color (decimal): -16766217 or 16198144. OLE color: 16198144.

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

Color convert

RGB 0 42 247 -
CMYK 1 0.83 0 0.03
HSL 229.8º 1% 0.48% -
HSV(B) 229.8º 1% 0.97% -
XYZ 17.62 8.37 88.68 -
YUV 52.81 237.59 90.33 -
System Red Green Blue C M Y K H S L
Decimal 0 42 247 1 0.83 0 0.03 229.8 1 0.48
Hex 0 2A F7 64 53 0 3 E6 64 30
Octal 0 52 367 144 123 0 3 346 144 60
Binary 0 101010 11110111 1100100 1010011 0 11 11100110 1100100 110000

Color Harmonies of #002AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AF7

Black with #002AF7

Text Example


Text Example

White with #002AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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