Html Css Color HEX #2C5CFC Royal Blue

📋 copy color: '#2C5CFC'

red 44 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #2C5CFC

Tints of Royal Blue #2C5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.71%

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

R = 11.34%
G = 23.71%
B = 64.95%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2C5CFC (or 0x2C5CFC) is known color: Royal Blue. HEX triplet: 2C, 5C and FC. RGB value is (44,92,252). Sum of RGB (Red+Green+Blue) = 44+92+252=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5CFC is #D3A303. Grayscale: #5F5F5F. Windows color (decimal): -13869828 or 16538668. OLE color: 16538668.

HSL color Cylindrical-coordinate representation of color #2C5CFC: hue angle of 226.15º 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 #2C5CFC is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 44 92 252 -
CMYK 0.83 0.63 0 0.01
HSL 226.15º 0.97% 0.58% -
HSV(B) 226.15º 0.83% 0.99% -
XYZ 22.44 15.22 93.85 -
YUV 95.89 216.1 90.99 -
System Red Green Blue C M Y K H S L
Decimal 44 92 252 0.83 0.63 0 0.01 226.15 0.97 0.58
Hex 2C 5C FC 53 3F 0 1 E2 61 3A
Octal 54 134 374 123 77 0 1 342 141 72
Binary 101100 1011100 11111100 1010011 111111 0 1 11100010 1100001 111010

Color Harmonies of #2C5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5CFC

Black with #2C5CFC

Text Example


Text Example

White with #2C5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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