Html Css Color HEX #2C57FB Royal Blue

📋 copy color: '#2C57FB'

red 44 ◦ green 87 ◦ blue 251

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

Shades of Royal Blue #2C57FB

Tints of Royal Blue #2C57FB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 251 (98.44% from 255) = 65.71%

R = 11.52%
G = 22.77%
B = 65.71%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C57FB (or 0x2C57FB) is known color: Royal Blue. HEX triplet: 2C, 57 and FB. RGB value is (44,87,251). Sum of RGB (Red+Green+Blue) = 44+87+251=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C57FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C57FB is #D3A804. Grayscale: #5C5C5C. Windows color (decimal): -13871109 or 16471852. OLE color: 16471852.

HSL color Cylindrical-coordinate representation of color #2C57FB: hue angle of 227.54º degrees, saturation: 0.96, 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 #2C57FB is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 87 251 -
CMYK 0.82 0.65 0 0.02
HSL 227.54º 0.96% 0.58% -
HSV(B) 227.54º 0.82% 0.98% -
XYZ 21.86 14.32 92.88 -
YUV 92.84 217.25 93.16 -
System Red Green Blue C M Y K H S L
Decimal 44 87 251 0.82 0.65 0 0.02 227.54 0.96 0.58
Hex 2C 57 FB 52 41 0 2 E4 60 3A
Octal 54 127 373 122 101 0 2 344 140 72
Binary 101100 1010111 11111011 1010010 1000001 0 10 11100100 1100000 111010

Color Harmonies of #2C57FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C57FB

Black with #2C57FB

Text Example


Text Example

White with #2C57FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,87,251); }

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

background-color css

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

 a { background-color: rgb(44,87,251); }

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

border-color css

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

 span { border-color: rgb(44,87,251); }

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