Html Css Color HEX #2C5BFC Royal Blue

📋 copy color: '#2C5BFC'

red 44 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #2C5BFC

Tints of Royal Blue #2C5BFC

RGB

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

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

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

R = 11.37%
G = 23.51%
B = 65.12%

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

#2C5BFC (or 0x2C5BFC) is known color: Royal Blue. HEX triplet: 2C, 5B and FC. RGB value is (44,91,252). Sum of RGB (Red+Green+Blue) = 44+91+252=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C5BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BFC is #D3A403. Grayscale: #5E5E5E. Windows color (decimal): -13870084 or 16538412. OLE color: 16538412.

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

Color convert

RGB 44 91 252 -
CMYK 0.83 0.64 0 0.01
HSL 226.44º 0.97% 0.58% -
HSV(B) 226.44º 0.83% 0.99% -
XYZ 22.35 15.05 93.82 -
YUV 95.3 216.43 91.41 -
System Red Green Blue C M Y K H S L
Decimal 44 91 252 0.83 0.64 0 0.01 226.44 0.97 0.58
Hex 2C 5B FC 53 40 0 1 E2 61 3A
Octal 54 133 374 123 100 0 1 342 141 72
Binary 101100 1011011 11111100 1010011 1000000 0 1 11100010 1100001 111010

Color Harmonies of #2C5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BFC

Black with #2C5BFC

Text Example


Text Example

White with #2C5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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