Html Css Color HEX #2C79E6 Royal Blue

📋 copy color: '#2C79E6'

red 44 ◦ green 121 ◦ blue 230

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

Shades of Royal Blue #2C79E6

Tints of Royal Blue #2C79E6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 230 (90.23% from 255) = 58.23%

R = 11.14%
G = 30.63%
B = 58.23%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2C79E6 (or 0x2C79E6) is known color: Royal Blue. HEX triplet: 2C, 79 and E6. RGB value is (44,121,230). Sum of RGB (Red+Green+Blue) = 44+121+230=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #2C79E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C79E6 is #D38619. Grayscale: #6D6D6D. Windows color (decimal): -13862426 or 15104300. OLE color: 15104300.

HSL color Cylindrical-coordinate representation of color #2C79E6: hue angle of 215.16º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C79E6 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 121 230 -
CMYK 0.81 0.47 0 0.10
HSL 215.16º 0.79% 0.54% -
HSV(B) 215.16º 0.81% 0.9% -
XYZ 22.16 19.92 77.54 -
YUV 110.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 44 121 230 0.81 0.47 0 0.10 215.16 0.79 0.54
Hex 2C 79 E6 51 2F 0 A D7 4F 36
Octal 54 171 346 121 57 0 12 327 117 66
Binary 101100 1111001 11100110 1010001 101111 0 1010 11010111 1001111 110110

Color Harmonies of #2C79E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C79E6

Black with #2C79E6

Text Example


Text Example

White with #2C79E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,230); }

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

background-color css

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

 a { background-color: rgb(44,121,230); }

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

border-color css

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

 span { border-color: rgb(44,121,230); }

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