Html Css Color HEX #2C59FA Royal Blue

📋 copy color: '#2C59FA'

red 44 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #2C59FA

Tints of Royal Blue #2C59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 11.49%
G = 23.24%
B = 65.27%

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

#2C59FA (or 0x2C59FA) is known color: Royal Blue. HEX triplet: 2C, 59 and FA. RGB value is (44,89,250). Sum of RGB (Red+Green+Blue) = 44+89+250=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C59FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C59FA is #D3A605. Grayscale: #5D5D5D. Windows color (decimal): -13870598 or 16406828. OLE color: 16406828.

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

Color convert

RGB 44 89 250 -
CMYK 0.82 0.64 0 0.02
HSL 226.89º 0.95% 0.58% -
HSV(B) 226.89º 0.82% 0.98% -
XYZ 21.87 14.58 92.1 -
YUV 93.9 216.09 92.41 -
System Red Green Blue C M Y K H S L
Decimal 44 89 250 0.82 0.64 0 0.02 226.89 0.95 0.58
Hex 2C 59 FA 52 40 0 2 E3 5F 3A
Octal 54 131 372 122 100 0 2 343 137 72
Binary 101100 1011001 11111010 1010010 1000000 0 10 11100011 1011111 111010

Color Harmonies of #2C59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C59FA

Black with #2C59FA

Text Example


Text Example

White with #2C59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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