Html Css Color HEX #002AFD Blue

📋 copy color: '#002AFD'

red 0 ◦ green 42 ◦ blue 253

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

Shades of Blue #002AFD

Tints of Blue #002AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 85.76%

R = 0%
G = 14.24%
B = 85.76%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#002AFD (or 0x002AFD) is known color: Blue. HEX triplet: 00, 2A and FD. RGB value is (0,42,253). Sum of RGB (Red+Green+Blue) = 0+42+253=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #002AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002AFD is #FFD502. Grayscale: #343434. Windows color (decimal): -16766211 or 16591360. OLE color: 16591360.

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

Color convert

RGB 0 42 253 -
CMYK 1 0.83 0 0.01
HSL 230.04º 1% 0.5% -
HSV(B) 230.04º 1% 0.99% -
XYZ 18.56 8.75 93.64 -
YUV 53.5 240.59 89.84 -
System Red Green Blue C M Y K H S L
Decimal 0 42 253 1 0.83 0 0.01 230.04 1 0.5
Hex 0 2A FD 64 53 0 1 E6 64 32
Octal 0 52 375 144 123 0 1 346 144 62
Binary 0 101010 11111101 1100100 1010011 0 1 11100110 1100100 110010

Color Harmonies of #002AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AFD

Black with #002AFD

Text Example


Text Example

White with #002AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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