Html Css Color HEX #2C5CEA Royal Blue

📋 copy color: '#2C5CEA'

red 44 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #2C5CEA

Tints of Royal Blue #2C5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 11.89%
G = 24.86%
B = 63.24%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C5CEA (or 0x2C5CEA) is known color: Royal Blue. HEX triplet: 2C, 5C and EA. RGB value is (44,92,234). Sum of RGB (Red+Green+Blue) = 44+92+234=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C5CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5CEA is #D3A315. Grayscale: #5D5D5D. Windows color (decimal): -13869846 or 15359020. OLE color: 15359020.

HSL color Cylindrical-coordinate representation of color #2C5CEA: hue angle of 224.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C5CEA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 92 234 -
CMYK 0.81 0.61 0 0.08
HSL 224.84º 0.82% 0.55% -
HSV(B) 224.84º 0.81% 0.92% -
XYZ 19.72 14.13 79.53 -
YUV 93.84 207.1 92.45 -
System Red Green Blue C M Y K H S L
Decimal 44 92 234 0.81 0.61 0 0.08 224.84 0.82 0.55
Hex 2C 5C EA 51 3D 0 8 E1 52 37
Octal 54 134 352 121 75 0 10 341 122 67
Binary 101100 1011100 11101010 1010001 111101 0 1000 11100001 1010010 110111

Color Harmonies of #2C5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5CEA

Black with #2C5CEA

Text Example


Text Example

White with #2C5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,92,234); }

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

background-color css

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

 a { background-color: rgb(44,92,234); }

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

border-color css

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

 span { border-color: rgb(44,92,234); }

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