Html Css Color HEX #2C78EA Royal Blue

📋 copy color: '#2C78EA'

red 44 ◦ green 120 ◦ blue 234

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

Shades of Royal Blue #2C78EA

Tints of Royal Blue #2C78EA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 11.06%
G = 30.15%
B = 58.79%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2C78EA (or 0x2C78EA) is known color: Royal Blue. HEX triplet: 2C, 78 and EA. RGB value is (44,120,234). Sum of RGB (Red+Green+Blue) = 44+120+234=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C78EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C78EA is #D38715. Grayscale: #6D6D6D. Windows color (decimal): -13862678 or 15366188. OLE color: 15366188.

HSL color Cylindrical-coordinate representation of color #2C78EA: hue angle of 216º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C78EA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 120 234 -
CMYK 0.81 0.49 0 0.08
HSL 216º 0.82% 0.55% -
HSV(B) 216º 0.81% 0.92% -
XYZ 22.61 19.91 80.49 -
YUV 110.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 44 120 234 0.81 0.49 0 0.08 216 0.82 0.55
Hex 2C 78 EA 51 31 0 8 D8 52 37
Octal 54 170 352 121 61 0 10 330 122 67
Binary 101100 1111000 11101010 1010001 110001 0 1000 11011000 1010010 110111

Color Harmonies of #2C78EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C78EA

Black with #2C78EA

Text Example


Text Example

White with #2C78EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,120,234); }

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

background-color css

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

 a { background-color: rgb(44,120,234); }

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

border-color css

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

 span { border-color: rgb(44,120,234); }

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