Html Css Color HEX #2C5BEB Royal Blue

📋 copy color: '#2C5BEB'

red 44 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #2C5BEB

Tints of Royal Blue #2C5BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 11.89%
G = 24.59%
B = 63.51%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C5BEB (or 0x2C5BEB) is known color: Royal Blue. HEX triplet: 2C, 5B and EB. RGB value is (44,91,235). Sum of RGB (Red+Green+Blue) = 44+91+235=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C5BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BEB is #D3A414. Grayscale: #5C5C5C. Windows color (decimal): -13870101 or 15424300. OLE color: 15424300.

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

Color convert

RGB 44 91 235 -
CMYK 0.81 0.61 0 0.08
HSL 225.24º 0.83% 0.55% -
HSV(B) 225.24º 0.81% 0.92% -
XYZ 19.78 14.02 80.26 -
YUV 93.36 207.93 92.79 -
System Red Green Blue C M Y K H S L
Decimal 44 91 235 0.81 0.61 0 0.08 225.24 0.83 0.55
Hex 2C 5B EB 51 3D 0 8 E1 53 37
Octal 54 133 353 121 75 0 10 341 123 67
Binary 101100 1011011 11101011 1010001 111101 0 1000 11100001 1010011 110111

Color Harmonies of #2C5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BEB

Black with #2C5BEB

Text Example


Text Example

White with #2C5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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