Html Css Color HEX #2C4BEC Royal Blue

📋 copy color: '#2C4BEC'

red 44 ◦ green 75 ◦ blue 236

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

Shades of Royal Blue #2C4BEC

Tints of Royal Blue #2C4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.13%

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

R = 12.39%
G = 21.13%
B = 66.48%

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

#2C4BEC (or 0x2C4BEC) is known color: Royal Blue. HEX triplet: 2C, 4B and EC. RGB value is (44,75,236). Sum of RGB (Red+Green+Blue) = 44+75+236=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C4BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C4BEC is #D3B413. Grayscale: #535353. Windows color (decimal): -13874196 or 15485740. OLE color: 15485740.

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

Color convert

RGB 44 75 236 -
CMYK 0.81 0.68 0 0.07
HSL 230.31º 0.83% 0.55% -
HSV(B) 230.31º 0.81% 0.93% -
XYZ 18.7 11.62 80.62 -
YUV 84.09 213.73 99.41 -
System Red Green Blue C M Y K H S L
Decimal 44 75 236 0.81 0.68 0 0.07 230.31 0.83 0.55
Hex 2C 4B EC 51 44 0 7 E6 53 37
Octal 54 113 354 121 104 0 7 346 123 67
Binary 101100 1001011 11101100 1010001 1000100 0 111 11100110 1010011 110111

Color Harmonies of #2C4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4BEC

Black with #2C4BEC

Text Example


Text Example

White with #2C4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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