Html Css Color HEX #2C58DE Royal Blue

📋 copy color: '#2C58DE'

red 44 ◦ green 88 ◦ blue 222

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

Shades of Royal Blue #2C58DE

Tints of Royal Blue #2C58DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.71%

R = 12.43%
G = 24.86%
B = 62.71%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C58DE (or 0x2C58DE) is known color: Royal Blue. HEX triplet: 2C, 58 and DE. RGB value is (44,88,222). Sum of RGB (Red+Green+Blue) = 44+88+222=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C58DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C58DE is #D3A721. Grayscale: #595959. Windows color (decimal): -13870882 or 14571564. OLE color: 14571564.

HSL color Cylindrical-coordinate representation of color #2C58DE: hue angle of 225.17º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C58DE is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 88 222 -
CMYK 0.80 0.60 0 0.13
HSL 225.17º 0.73% 0.52% -
HSV(B) 225.17º 0.8% 0.87% -
XYZ 17.71 12.79 70.64 -
YUV 90.12 202.42 95.1 -
System Red Green Blue C M Y K H S L
Decimal 44 88 222 0.80 0.60 0 0.13 225.17 0.73 0.52
Hex 2C 58 DE 50 3C 0 D E1 49 34
Octal 54 130 336 120 74 0 15 341 111 64
Binary 101100 1011000 11011110 1010000 111100 0 1101 11100001 1001001 110100

Color Harmonies of #2C58DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C58DE

Black with #2C58DE

Text Example


Text Example

White with #2C58DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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