Html Css Color HEX #2C5AFC Royal Blue

📋 copy color: '#2C5AFC'

red 44 ◦ green 90 ◦ blue 252

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

Shades of Royal Blue #2C5AFC

Tints of Royal Blue #2C5AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 11.4%
G = 23.32%
B = 65.28%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2C5AFC (or 0x2C5AFC) is known color: Royal Blue. HEX triplet: 2C, 5A and FC. RGB value is (44,90,252). Sum of RGB (Red+Green+Blue) = 44+90+252=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5AFC is #D3A503. Grayscale: #5E5E5E. Windows color (decimal): -13870340 or 16538156. OLE color: 16538156.

HSL color Cylindrical-coordinate representation of color #2C5AFC: hue angle of 226.73º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C5AFC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 90 252 -
CMYK 0.83 0.64 0 0.01
HSL 226.73º 0.97% 0.58% -
HSV(B) 226.73º 0.83% 0.99% -
XYZ 22.27 14.88 93.79 -
YUV 94.71 216.76 91.83 -
System Red Green Blue C M Y K H S L
Decimal 44 90 252 0.83 0.64 0 0.01 226.73 0.97 0.58
Hex 2C 5A FC 53 40 0 1 E3 61 3A
Octal 54 132 374 123 100 0 1 343 141 72
Binary 101100 1011010 11111100 1010011 1000000 0 1 11100011 1100001 111010

Color Harmonies of #2C5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5AFC

Black with #2C5AFC

Text Example


Text Example

White with #2C5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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