Html Css Color HEX #2C76EF Royal Blue

📋 copy color: '#2C76EF'

red 44 ◦ green 118 ◦ blue 239

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

Shades of Royal Blue #2C76EF

Tints of Royal Blue #2C76EF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.43%

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 10.97%
G = 29.43%
B = 59.6%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2C76EF (or 0x2C76EF) is known color: Royal Blue. HEX triplet: 2C, 76 and EF. RGB value is (44,118,239). Sum of RGB (Red+Green+Blue) = 44+118+239=401 (53% of max value = 765). Red value is 44 (17.58% from 255 or 10.97% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C76EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C76EF is #D38910. Grayscale: #6D6D6D. Windows color (decimal): -13863185 or 15693356. OLE color: 15693356.

HSL color Cylindrical-coordinate representation of color #2C76EF: hue angle of 217.23º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C76EF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 118 239 -
CMYK 0.82 0.51 0 0.06
HSL 217.23º 0.86% 0.55% -
HSV(B) 217.23º 0.82% 0.94% -
XYZ 23.1 19.72 84.25 -
YUV 109.67 200.98 81.16 -
System Red Green Blue C M Y K H S L
Decimal 44 118 239 0.82 0.51 0 0.06 217.23 0.86 0.55
Hex 2C 76 EF 52 33 0 6 D9 56 37
Octal 54 166 357 122 63 0 6 331 126 67
Binary 101100 1110110 11101111 1010010 110011 0 110 11011001 1010110 110111

Color Harmonies of #2C76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C76EF

Black with #2C76EF

Text Example


Text Example

White with #2C76EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,239); }

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

background-color css

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

 a { background-color: rgb(44,118,239); }

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

border-color css

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

 span { border-color: rgb(44,118,239); }

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