Html Css Color HEX #2C5BFE Royal Blue

📋 copy color: '#2C5BFE'

red 44 ◦ green 91 ◦ blue 254

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

Shades of Royal Blue #2C5BFE

Tints of Royal Blue #2C5BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.3%

R = 11.31%
G = 23.39%
B = 65.3%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2C5BFE (or 0x2C5BFE) is known color: Royal Blue. HEX triplet: 2C, 5B and FE. RGB value is (44,91,254). Sum of RGB (Red+Green+Blue) = 44+91+254=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #2C5BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BFE is #D3A401. Grayscale: #5E5E5E. Windows color (decimal): -13870082 or 16669484. OLE color: 16669484.

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

Color convert

RGB 44 91 254 -
CMYK 0.83 0.64 0 0.00
HSL 226.57º 0.99% 0.58% -
HSV(B) 226.57º 0.83% 1% -
XYZ 22.67 15.17 95.5 -
YUV 95.53 217.43 91.25 -
System Red Green Blue C M Y K H S L
Decimal 44 91 254 0.83 0.64 0 0.00 226.57 0.99 0.58
Hex 2C 5B FE 53 40 0 0 E3 63 3A
Octal 54 133 376 123 100 0 0 343 143 72
Binary 101100 1011011 11111110 1010011 1000000 0 0 11100011 1100011 111010

Color Harmonies of #2C5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BFE

Black with #2C5BFE

Text Example


Text Example

White with #2C5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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