Html Css Color HEX #2C58ED Royal Blue

📋 copy color: '#2C58ED'

red 44 ◦ green 88 ◦ blue 237

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

Shades of Royal Blue #2C58ED

Tints of Royal Blue #2C58ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 11.92%
G = 23.85%
B = 64.23%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C58ED (or 0x2C58ED) is known color: Royal Blue. HEX triplet: 2C, 58 and ED. RGB value is (44,88,237). Sum of RGB (Red+Green+Blue) = 44+88+237=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C58ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C58ED is #D3A712. Grayscale: #5B5B5B. Windows color (decimal): -13870867 or 15554604. OLE color: 15554604.

HSL color Cylindrical-coordinate representation of color #2C58ED: hue angle of 226.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C58ED is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 88 237 -
CMYK 0.81 0.63 0 0.07
HSL 226.32º 0.84% 0.55% -
HSV(B) 226.32º 0.81% 0.93% -
XYZ 19.81 13.63 81.71 -
YUV 91.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 44 88 237 0.81 0.63 0 0.07 226.32 0.84 0.55
Hex 2C 58 ED 51 3F 0 7 E2 54 37
Octal 54 130 355 121 77 0 7 342 124 67
Binary 101100 1011000 11101101 1010001 111111 0 111 11100010 1010100 110111

Color Harmonies of #2C58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C58ED

Black with #2C58ED

Text Example


Text Example

White with #2C58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,237); }

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

background-color css

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

 a { background-color: rgb(44,88,237); }

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

border-color css

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

 span { border-color: rgb(44,88,237); }

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