#002AFD

Color #002AFD Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #002AFD

Tints of Blue #002AFD

Color information

#002AFD (or 0x002AFD) is unknown color: approx 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

RGB042253-
CMYK10.8300.01
HSL230.04º100%49.61%-
HSV(B)230.04º100%99.22%-
XYZ18.568.7593.64-
YUV53.5240.5989.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 14.24%
BLUE value IS 253 (99.22% from 255) = 85.76%
R=0%
G=14.24%
B=85.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal04225310.8300.01230.0410049.61
Hex02AFD645301e66432
Octal0523751441230134614462
Binary0101010111111011100100101001101111001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>