Html Css Color HEX #276CDD Royal Blue

📋 copy color: '#276CDD'

red 39 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #276CDD

Tints of Royal Blue #276CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 10.6%
G = 29.35%
B = 60.05%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#276CDD (or 0x276CDD) is known color: Royal Blue. HEX triplet: 27, 6C and DD. RGB value is (39,108,221). Sum of RGB (Red+Green+Blue) = 39+108+221=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #276CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276CDD is #D89322. Grayscale: #636363. Windows color (decimal): -14193443 or 14511143. OLE color: 14511143.

HSL color Cylindrical-coordinate representation of color #276CDD: hue angle of 217.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276CDD is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 108 221 -
CMYK 0.82 0.51 0 0.13
HSL 217.25º 0.73% 0.51% -
HSV(B) 217.25º 0.82% 0.87% -
XYZ 19.25 16.38 70.55 -
YUV 100.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 39 108 221 0.82 0.51 0 0.13 217.25 0.73 0.51
Hex 27 6C DD 52 33 0 D D9 49 33
Octal 47 154 335 122 63 0 15 331 111 63
Binary 100111 1101100 11011101 1010010 110011 0 1101 11011001 1001001 110011

Color Harmonies of #276CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276CDD

Black with #276CDD

Text Example


Text Example

White with #276CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276CDD; }

 p { color: rgb(39,108,221); }

 H1.HeaderClassName
 {
   color: #276CDD;
 }
 .AnyTagClassName
 {
   color: #276CDD;
 }
</style>

background-color css

<style>
 a { background-color: #276CDD; }

 a { background-color: rgb(39,108,221); }

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

border-color css

<style>
 span { border-color: #276CDD; }

 span { border-color: rgb(39,108,221); }

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