Html Css Color HEX #2C4DED Royal Blue

📋 copy color: '#2C4DED'

red 44 ◦ green 77 ◦ blue 237

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

Shades of Royal Blue #2C4DED

Tints of Royal Blue #2C4DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 12.29%
G = 21.51%
B = 66.2%

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

#2C4DED (or 0x2C4DED) is known color: Royal Blue. HEX triplet: 2C, 4D and ED. RGB value is (44,77,237). Sum of RGB (Red+Green+Blue) = 44+77+237=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C4DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4DED is #D3B212. Grayscale: #545454. Windows color (decimal): -13873683 or 15551788. OLE color: 15551788.

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

Color convert

RGB 44 77 237 -
CMYK 0.81 0.68 0 0.07
HSL 229.74º 0.84% 0.55% -
HSV(B) 229.74º 0.81% 0.93% -
XYZ 18.98 11.96 81.43 -
YUV 85.37 213.57 98.49 -
System Red Green Blue C M Y K H S L
Decimal 44 77 237 0.81 0.68 0 0.07 229.74 0.84 0.55
Hex 2C 4D ED 51 44 0 7 E6 54 37
Octal 54 115 355 121 104 0 7 346 124 67
Binary 101100 1001101 11101101 1010001 1000100 0 111 11100110 1010100 110111

Color Harmonies of #2C4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4DED

Black with #2C4DED

Text Example


Text Example

White with #2C4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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