Html Css Color HEX #2C5BFA Royal Blue

📋 copy color: '#2C5BFA'

red 44 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #2C5BFA

Tints of Royal Blue #2C5BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 11.43%
G = 23.64%
B = 64.94%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C5BFA (or 0x2C5BFA) is known color: Royal Blue. HEX triplet: 2C, 5B and FA. RGB value is (44,91,250). Sum of RGB (Red+Green+Blue) = 44+91+250=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C5BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BFA is #D3A405. Grayscale: #5E5E5E. Windows color (decimal): -13870086 or 16407340. OLE color: 16407340.

HSL color Cylindrical-coordinate representation of color #2C5BFA: hue angle of 226.31º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C5BFA is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 91 250 -
CMYK 0.82 0.64 0 0.02
HSL 226.31º 0.95% 0.58% -
HSV(B) 226.31º 0.82% 0.98% -
XYZ 22.04 14.92 92.16 -
YUV 95.07 215.43 91.57 -
System Red Green Blue C M Y K H S L
Decimal 44 91 250 0.82 0.64 0 0.02 226.31 0.95 0.58
Hex 2C 5B FA 52 40 0 2 E2 5F 3A
Octal 54 133 372 122 100 0 2 342 137 72
Binary 101100 1011011 11111010 1010010 1000000 0 10 11100010 1011111 111010

Color Harmonies of #2C5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BFA

Black with #2C5BFA

Text Example


Text Example

White with #2C5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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