Html Css Color HEX #002DFD Blue

📋 copy color: '#002DFD'

red 0 ◦ green 45 ◦ blue 253

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

Shades of Blue #002DFD

Tints of Blue #002DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 0%
G = 15.1%
B = 84.9%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#002DFD (or 0x002DFD) is known color: Blue. HEX triplet: 00, 2D and FD. RGB value is (0,45,253). Sum of RGB (Red+Green+Blue) = 0+45+253=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #002DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DFD is #FFD202. Grayscale: #363636. Windows color (decimal): -16765443 or 16592128. OLE color: 16592128.

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

Color convert

RGB 0 45 253 -
CMYK 1 0.82 0 0.01
HSL 229.33º 1% 0.5% -
HSV(B) 229.33º 1% 0.99% -
XYZ 18.67 8.97 93.68 -
YUV 55.26 239.59 88.59 -
System Red Green Blue C M Y K H S L
Decimal 0 45 253 1 0.82 0 0.01 229.33 1 0.5
Hex 0 2D FD 64 52 0 1 E5 64 32
Octal 0 55 375 144 122 0 1 345 144 62
Binary 0 101101 11111101 1100100 1010010 0 1 11100101 1100100 110010

Color Harmonies of #002DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DFD

Black with #002DFD

Text Example


Text Example

White with #002DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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