Html Css Color HEX #2A00DE Medium Blue

📋 copy color: '#2A00DE'

red 42 ◦ green 0 ◦ blue 222

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

Shades of Medium Blue #2A00DE

Tints of Medium Blue #2A00DE

RGB

 RED value IS 42 (16.8% from 255) = 15.91%

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

 BLUE value IS 222 (87.11% from 255) = 84.09%

R = 15.91%
G = 0%
B = 84.09%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A00DE (or 0x2A00DE) is known color: Medium Blue. HEX triplet: 2A, 00 and DE. RGB value is (42,0,222). Sum of RGB (Red+Green+Blue) = 42+0+222=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 222 (87.11% from 255 or 84.09% from 264); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A00DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A00DE is #D5FF21. Grayscale: #252525. Windows color (decimal): -14024482 or 14549034. OLE color: 14549034.

HSL color Cylindrical-coordinate representation of color #2A00DE: hue angle of 251.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A00DE is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 0 222 -
CMYK 0.81 1 0 0.13
HSL 251.35º 1% 0.44% -
HSV(B) 251.35º 1% 0.87% -
XYZ 14.14 5.77 69.47 -
YUV 37.87 231.91 130.95 -
System Red Green Blue C M Y K H S L
Decimal 42 0 222 0.81 1 0 0.13 251.35 1 0.44
Hex 2A 0 DE 51 64 0 D FB 64 2C
Octal 52 0 336 121 144 0 15 373 144 54
Binary 101010 0 11011110 1010001 1100100 0 1101 11111011 1100100 101100

Color Harmonies of #2A00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A00DE

Black with #2A00DE

Text Example


Text Example

White with #2A00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A00DE; }

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

 H1.HeaderClassName
 {
   color: #2A00DE;
 }
 .AnyTagClassName
 {
   color: #2A00DE;
 }
</style>

background-color css

<style>
 a { background-color: #2A00DE; }

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

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

border-color css

<style>
 span { border-color: #2A00DE; }

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

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