Html Css Color HEX #2A01CE Medium Blue

📋 copy color: '#2A01CE'

red 42 ◦ green 1 ◦ blue 206

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

Shades of Medium Blue #2A01CE

Tints of Medium Blue #2A01CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 206 (80.86% from 255) = 82.73%

R = 16.87%
G = 0.4%
B = 82.73%

CMYK

 C value IS 0.80

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2A01CE (or 0x2A01CE) is known color: Medium Blue. HEX triplet: 2A, 01 and CE. RGB value is (42,1,206). Sum of RGB (Red+Green+Blue) = 42+1+206=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 206 (80.86% from 255 or 82.73% from 249); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A01CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A01CE is #D5FE31. Grayscale: #232323. Windows color (decimal): -14024242 or 13500714. OLE color: 13500714.

HSL color Cylindrical-coordinate representation of color #2A01CE: hue angle of 252º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A01CE is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 1 206 -
CMYK 0.80 1.00 0 0.19
HSL 252º 0.99% 0.41% -
HSV(B) 252º 1% 0.81% -
XYZ 12.11 4.97 58.71 -
YUV 36.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 42 1 206 0.80 1.00 0 0.19 252 0.99 0.41
Hex 2A 1 CE 50 64 0 13 FC 63 29
Octal 52 1 316 120 144 0 23 374 143 51
Binary 101010 1 11001110 1010000 1100100 0 10011 11111100 1100011 101001

Color Harmonies of #2A01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A01CE

Black with #2A01CE

Text Example


Text Example

White with #2A01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,1,206); }

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

background-color css

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

 a { background-color: rgb(42,1,206); }

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

border-color css

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

 span { border-color: rgb(42,1,206); }

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