Html Css Color HEX #2676DE Royal Blue

📋 copy color: '#2676DE'

red 38 ◦ green 118 ◦ blue 222

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

Shades of Royal Blue #2676DE

Tints of Royal Blue #2676DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 10.05%
G = 31.22%
B = 58.73%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2676DE (or 0x2676DE) is known color: Royal Blue. HEX triplet: 26, 76 and DE. RGB value is (38,118,222). Sum of RGB (Red+Green+Blue) = 38+118+222=378 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.05% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #2676DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676DE is #D98921. Grayscale: #696969. Windows color (decimal): -14256418 or 14579238. OLE color: 14579238.

HSL color Cylindrical-coordinate representation of color #2676DE: hue angle of 213.91º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2676DE is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 118 222 -
CMYK 0.83 0.47 0 0.13
HSL 213.91º 0.74% 0.51% -
HSV(B) 213.91º 0.83% 0.87% -
XYZ 20.46 18.64 71.63 -
YUV 105.94 193.5 79.54 -
System Red Green Blue C M Y K H S L
Decimal 38 118 222 0.83 0.47 0 0.13 213.91 0.74 0.51
Hex 26 76 DE 53 2F 0 D D6 4A 33
Octal 46 166 336 123 57 0 15 326 112 63
Binary 100110 1110110 11011110 1010011 101111 0 1101 11010110 1001010 110011

Color Harmonies of #2676DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676DE

Black with #2676DE

Text Example


Text Example

White with #2676DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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