Html Css Color HEX #2676DD Royal Blue

📋 copy color: '#2676DD'

red 38 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #2676DD

Tints of Royal Blue #2676DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.62%

R = 10.08%
G = 31.3%
B = 58.62%

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

#2676DD (or 0x2676DD) is known color: Royal Blue. HEX triplet: 26, 76 and DD. RGB value is (38,118,221). Sum of RGB (Red+Green+Blue) = 38+118+221=377 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.08% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #2676DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676DD is #D98922. Grayscale: #696969. Windows color (decimal): -14256419 or 14513702. OLE color: 14513702.

HSL color Cylindrical-coordinate representation of color #2676DD: hue angle of 213.77º degrees, saturation: 0.73, 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 #2676DD is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 118 221 -
CMYK 0.83 0.47 0 0.13
HSL 213.77º 0.73% 0.51% -
HSV(B) 213.77º 0.83% 0.87% -
XYZ 20.33 18.59 70.92 -
YUV 105.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 38 118 221 0.83 0.47 0 0.13 213.77 0.73 0.51
Hex 26 76 DD 53 2F 0 D D6 49 33
Octal 46 166 335 123 57 0 15 326 111 63
Binary 100110 1110110 11011101 1010011 101111 0 1101 11010110 1001001 110011

Color Harmonies of #2676DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2676DD

Black with #2676DD

Text Example


Text Example

White with #2676DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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