Html Css Color HEX #2768EC Royal Blue

📋 copy color: '#2768EC'

red 39 ◦ green 104 ◦ blue 236

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

Shades of Royal Blue #2768EC

Tints of Royal Blue #2768EC

RGB

 RED value IS 39 (15.63% from 255) = 10.29%

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 10.29%
G = 27.44%
B = 62.27%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2768EC (or 0x2768EC) is known color: Royal Blue. HEX triplet: 27, 68 and EC. RGB value is (39,104,236). Sum of RGB (Red+Green+Blue) = 39+104+236=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #2768EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768EC is #D89713. Grayscale: #636363. Windows color (decimal): -14194452 or 15493159. OLE color: 15493159.

HSL color Cylindrical-coordinate representation of color #2768EC: hue angle of 220.2º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2768EC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 104 236 -
CMYK 0.83 0.56 0 0.07
HSL 220.2º 0.84% 0.54% -
HSV(B) 220.2º 0.83% 0.93% -
XYZ 20.93 16.39 81.42 -
YUV 99.61 204.97 84.77 -
System Red Green Blue C M Y K H S L
Decimal 39 104 236 0.83 0.56 0 0.07 220.2 0.84 0.54
Hex 27 68 EC 53 38 0 7 DC 54 36
Octal 47 150 354 123 70 0 7 334 124 66
Binary 100111 1101000 11101100 1010011 111000 0 111 11011100 1010100 110110

Color Harmonies of #2768EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2768EC

Black with #2768EC

Text Example


Text Example

White with #2768EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2768EC; }

 p { color: rgb(39,104,236); }

 H1.HeaderClassName
 {
   color: #2768EC;
 }
 .AnyTagClassName
 {
   color: #2768EC;
 }
</style>

background-color css

<style>
 a { background-color: #2768EC; }

 a { background-color: rgb(39,104,236); }

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

border-color css

<style>
 span { border-color: #2768EC; }

 span { border-color: rgb(39,104,236); }

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