Html Css Color HEX #2C5AFF Royal Blue

📋 copy color: '#2C5AFF'

red 44 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #2C5AFF

Tints of Royal Blue #2C5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 11.31%
G = 23.14%
B = 65.55%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2C5AFF (or 0x2C5AFF) is known color: Royal Blue. HEX triplet: 2C, 5A and FF. RGB value is (44,90,255). Sum of RGB (Red+Green+Blue) = 44+90+255=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C5AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5AFF is #D3A500. Grayscale: #5E5E5E. Windows color (decimal): -13870337 or 16734764. OLE color: 16734764.

HSL color Cylindrical-coordinate representation of color #2C5AFF: hue angle of 226.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C5AFF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 44 90 255 -
CMYK 0.83 0.65 0 0
HSL 226.92º 1% 0.59% -
HSV(B) 226.92º 0.83% 1% -
XYZ 22.74 15.07 96.32 -
YUV 95.06 218.26 91.58 -
System Red Green Blue C M Y K H S L
Decimal 44 90 255 0.83 0.65 0 0 226.92 1 0.59
Hex 2C 5A FF 53 41 0 0 E3 64 3B
Octal 54 132 377 123 101 0 0 343 144 73
Binary 101100 1011010 11111111 1010011 1000001 0 0 11100011 1100100 111011

Color Harmonies of #2C5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5AFF

Black with #2C5AFF

Text Example


Text Example

White with #2C5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,90,255); }

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

background-color css

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

 a { background-color: rgb(44,90,255); }

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

border-color css

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

 span { border-color: rgb(44,90,255); }

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