Html Css Color HEX #2C7AEB Royal Blue

📋 copy color: '#2C7AEB'

red 44 ◦ green 122 ◦ blue 235

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

Shades of Royal Blue #2C7AEB

Tints of Royal Blue #2C7AEB

RGB

 RED value IS 44 (17.58% from 255) = 10.97%

 GREEN value IS 122 (48.05% from 255) = 30.42%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 10.97%
G = 30.42%
B = 58.6%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C7AEB (or 0x2C7AEB) is known color: Royal Blue. HEX triplet: 2C, 7A and EB. RGB value is (44,122,235). Sum of RGB (Red+Green+Blue) = 44+122+235=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C7AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7AEB is #D38514. Grayscale: #6F6F6F. Windows color (decimal): -13862165 or 15432236. OLE color: 15432236.

HSL color Cylindrical-coordinate representation of color #2C7AEB: hue angle of 215.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C7AEB is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 122 235 -
CMYK 0.81 0.48 0 0.08
HSL 215.5º 0.83% 0.55% -
HSV(B) 215.5º 0.81% 0.92% -
XYZ 22.99 20.45 81.33 -
YUV 111.56 197.66 79.81 -
System Red Green Blue C M Y K H S L
Decimal 44 122 235 0.81 0.48 0 0.08 215.5 0.83 0.55
Hex 2C 7A EB 51 30 0 8 D7 53 37
Octal 54 172 353 121 60 0 10 327 123 67
Binary 101100 1111010 11101011 1010001 110000 0 1000 11010111 1010011 110111

Color Harmonies of #2C7AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7AEB

Black with #2C7AEB

Text Example


Text Example

White with #2C7AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,122,235); }

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

background-color css

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

 a { background-color: rgb(44,122,235); }

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

border-color css

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

 span { border-color: rgb(44,122,235); }

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