Html Css Color HEX #2676EA Royal Blue

📋 copy color: '#2676EA'

red 38 ◦ green 118 ◦ blue 234

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

Shades of Royal Blue #2676EA

Tints of Royal Blue #2676EA

RGB

 RED value IS 38 (15.23% from 255) = 9.74%

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

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

R = 9.74%
G = 30.26%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2676EA (or 0x2676EA) is known color: Royal Blue. HEX triplet: 26, 76 and EA. RGB value is (38,118,234). Sum of RGB (Red+Green+Blue) = 38+118+234=390 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.74% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2676EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2676EA is #D98915. Grayscale: #6A6A6A. Windows color (decimal): -14256406 or 15365670. OLE color: 15365670.

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

Color convert

RGB 38 118 234 -
CMYK 0.84 0.50 0 0.08
HSL 215.51º 0.82% 0.53% -
HSV(B) 215.51º 0.84% 0.92% -
XYZ 22.13 19.31 80.4 -
YUV 107.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 38 118 234 0.84 0.50 0 0.08 215.51 0.82 0.53
Hex 26 76 EA 54 32 0 8 D8 52 35
Octal 46 166 352 124 62 0 10 330 122 65
Binary 100110 1110110 11101010 1010100 110010 0 1000 11011000 1010010 110101

Color Harmonies of #2676EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676EA

Black with #2676EA

Text Example


Text Example

White with #2676EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,118,234); }

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

background-color css

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

 a { background-color: rgb(38,118,234); }

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

border-color css

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

 span { border-color: rgb(38,118,234); }

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