Html Css Color HEX #2768EA Royal Blue

📋 copy color: '#2768EA'

red 39 ◦ green 104 ◦ blue 234

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

Shades of Royal Blue #2768EA

Tints of Royal Blue #2768EA

RGB

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

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

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

R = 10.34%
G = 27.59%
B = 62.07%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2768EA (or 0x2768EA) is known color: Royal Blue. HEX triplet: 27, 68 and EA. RGB value is (39,104,234). Sum of RGB (Red+Green+Blue) = 39+104+234=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #2768EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768EA is #D89715. Grayscale: #626262. Windows color (decimal): -14194454 or 15362087. OLE color: 15362087.

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

Color convert

RGB 39 104 234 -
CMYK 0.83 0.56 0 0.08
HSL 220º 0.82% 0.54% -
HSV(B) 220º 0.83% 0.92% -
XYZ 20.64 16.27 79.9 -
YUV 99.39 203.97 84.93 -
System Red Green Blue C M Y K H S L
Decimal 39 104 234 0.83 0.56 0 0.08 220 0.82 0.54
Hex 27 68 EA 53 38 0 8 DC 52 36
Octal 47 150 352 123 70 0 10 334 122 66
Binary 100111 1101000 11101010 1010011 111000 0 1000 11011100 1010010 110110

Color Harmonies of #2768EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2768EA

Black with #2768EA

Text Example


Text Example

White with #2768EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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