Html Css Color HEX #2C5EEB Royal Blue

📋 copy color: '#2C5EEB'

red 44 ◦ green 94 ◦ blue 235

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

Shades of Royal Blue #2C5EEB

Tints of Royal Blue #2C5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

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

R = 11.8%
G = 25.2%
B = 63%

CMYK

 C value IS 0.81

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C5EEB (or 0x2C5EEB) is known color: Royal Blue. HEX triplet: 2C, 5E and EB. RGB value is (44,94,235). Sum of RGB (Red+Green+Blue) = 44+94+235=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C5EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5EEB is #D3A114. Grayscale: #5E5E5E. Windows color (decimal): -13869333 or 15425068. OLE color: 15425068.

HSL color Cylindrical-coordinate representation of color #2C5EEB: hue angle of 224.29º 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 #2C5EEB is Cyan = 0.81, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 94 235 -
CMYK 0.81 0.6 0 0.08
HSL 224.29º 0.83% 0.55% -
HSV(B) 224.29º 0.81% 0.92% -
XYZ 20.04 14.54 80.35 -
YUV 95.12 206.94 91.54 -
System Red Green Blue C M Y K H S L
Decimal 44 94 235 0.81 0.6 0 0.08 224.29 0.83 0.55
Hex 2C 5E EB 51 3C 0 8 E0 53 37
Octal 54 136 353 121 74 0 10 340 123 67
Binary 101100 1011110 11101011 1010001 111100 0 1000 11100000 1010011 110111

Color Harmonies of #2C5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5EEB

Black with #2C5EEB

Text Example


Text Example

White with #2C5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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