Html Css Color HEX #2C5BDD Royal Blue

📋 copy color: '#2C5BDD'

red 44 ◦ green 91 ◦ blue 221

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

Shades of Royal Blue #2C5BDD

Tints of Royal Blue #2C5BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 12.36%
G = 25.56%
B = 62.08%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C5BDD (or 0x2C5BDD) is known color: Royal Blue. HEX triplet: 2C, 5B and DD. RGB value is (44,91,221). Sum of RGB (Red+Green+Blue) = 44+91+221=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #2C5BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BDD is #D3A422. Grayscale: #5B5B5B. Windows color (decimal): -13870115 or 14506796. OLE color: 14506796.

HSL color Cylindrical-coordinate representation of color #2C5BDD: hue angle of 224.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C5BDD is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 91 221 -
CMYK 0.80 0.59 0 0.13
HSL 224.07º 0.72% 0.52% -
HSV(B) 224.07º 0.8% 0.87% -
XYZ 17.83 13.24 70.02 -
YUV 91.77 200.93 93.93 -
System Red Green Blue C M Y K H S L
Decimal 44 91 221 0.80 0.59 0 0.13 224.07 0.72 0.52
Hex 2C 5B DD 50 3B 0 D E0 48 34
Octal 54 133 335 120 73 0 15 340 110 64
Binary 101100 1011011 11011101 1010000 111011 0 1101 11100000 1001000 110100

Color Harmonies of #2C5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BDD

Black with #2C5BDD

Text Example


Text Example

White with #2C5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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