Html Css Color HEX #2C4FE9 Royal Blue

📋 copy color: '#2C4FE9'

red 44 ◦ green 79 ◦ blue 233

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

Shades of Royal Blue #2C4FE9

Tints of Royal Blue #2C4FE9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.19%

 BLUE value IS 233 (91.41% from 255) = 65.45%

R = 12.36%
G = 22.19%
B = 65.45%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2C4FE9 (or 0x2C4FE9) is known color: Royal Blue. HEX triplet: 2C, 4F and E9. RGB value is (44,79,233). Sum of RGB (Red+Green+Blue) = 44+79+233=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #2C4FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4FE9 is #D3B016. Grayscale: #555555. Windows color (decimal): -13873175 or 15290156. OLE color: 15290156.

HSL color Cylindrical-coordinate representation of color #2C4FE9: hue angle of 228.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C4FE9 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 44 79 233 -
CMYK 0.81 0.66 0 0.09
HSL 228.89º 0.81% 0.54% -
HSV(B) 228.89º 0.81% 0.91% -
XYZ 18.54 12.01 78.43 -
YUV 86.09 210.9 97.98 -
System Red Green Blue C M Y K H S L
Decimal 44 79 233 0.81 0.66 0 0.09 228.89 0.81 0.54
Hex 2C 4F E9 51 42 0 9 E5 51 36
Octal 54 117 351 121 102 0 11 345 121 66
Binary 101100 1001111 11101001 1010001 1000010 0 1001 11100101 1010001 110110

Color Harmonies of #2C4FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FE9

Black with #2C4FE9

Text Example


Text Example

White with #2C4FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,79,233); }

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

background-color css

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

 a { background-color: rgb(44,79,233); }

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

border-color css

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

 span { border-color: rgb(44,79,233); }

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