Html Css Color HEX #2C4CEC Royal Blue

📋 copy color: '#2C4CEC'

red 44 ◦ green 76 ◦ blue 236

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

Shades of Royal Blue #2C4CEC

Tints of Royal Blue #2C4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.35%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 12.36%
G = 21.35%
B = 66.29%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C4CEC (or 0x2C4CEC) is known color: Royal Blue. HEX triplet: 2C, 4C and EC. RGB value is (44,76,236). Sum of RGB (Red+Green+Blue) = 44+76+236=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C4CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C4CEC is #D3B313. Grayscale: #545454. Windows color (decimal): -13873940 or 15485996. OLE color: 15485996.

HSL color Cylindrical-coordinate representation of color #2C4CEC: hue angle of 230º degrees, saturation: 0.83, 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 #2C4CEC is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 76 236 -
CMYK 0.81 0.68 0 0.07
HSL 230º 0.83% 0.55% -
HSV(B) 230º 0.81% 0.93% -
XYZ 18.76 11.76 80.64 -
YUV 84.67 213.4 98.99 -
System Red Green Blue C M Y K H S L
Decimal 44 76 236 0.81 0.68 0 0.07 230 0.83 0.55
Hex 2C 4C EC 51 44 0 7 E6 53 37
Octal 54 114 354 121 104 0 7 346 123 67
Binary 101100 1001100 11101100 1010001 1000100 0 111 11100110 1010011 110111

Color Harmonies of #2C4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4CEC

Black with #2C4CEC

Text Example


Text Example

White with #2C4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,76,236); }

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

background-color css

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

 a { background-color: rgb(44,76,236); }

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

border-color css

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

 span { border-color: rgb(44,76,236); }

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