Html Css Color HEX #002DFF Blue

📋 copy color: '#002DFF'

red 0 ◦ green 45 ◦ blue 255

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

Shades of Blue #002DFF

Tints of Blue #002DFF

RGB

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

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

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

R = 0%
G = 15%
B = 85%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#002DFF (or 0x002DFF) is known color: Blue. HEX triplet: 00, 2D and FF. RGB value is (0,45,255). Sum of RGB (Red+Green+Blue) = 0+45+255=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #002DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002DFF is #FFD200. Grayscale: #363636. Windows color (decimal): -16765441 or 16723200. OLE color: 16723200.

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

Color convert

RGB 0 45 255 -
CMYK 1 0.82 0 0
HSL 229.41º 1% 0.5% -
HSV(B) 229.41º 1% 1% -
XYZ 18.99 9.1 95.36 -
YUV 55.49 240.59 88.42 -
System Red Green Blue C M Y K H S L
Decimal 0 45 255 1 0.82 0 0 229.41 1 0.5
Hex 0 2D FF 64 52 0 0 E5 64 32
Octal 0 55 377 144 122 0 0 345 144 62
Binary 0 101101 11111111 1100100 1010010 0 0 11100101 1100100 110010

Color Harmonies of #002DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002DFF

Black with #002DFF

Text Example


Text Example

White with #002DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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