Html Css Color HEX #2766DF Royal Blue

📋 copy color: '#2766DF'

red 39 ◦ green 102 ◦ blue 223

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

Shades of Royal Blue #2766DF

Tints of Royal Blue #2766DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 10.71%
G = 28.02%
B = 61.26%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2766DF (or 0x2766DF) is known color: Royal Blue. HEX triplet: 27, 66 and DF. RGB value is (39,102,223). Sum of RGB (Red+Green+Blue) = 39+102+223=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #2766DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2766DF is #D89920. Grayscale: #606060. Windows color (decimal): -14194977 or 14640679. OLE color: 14640679.

HSL color Cylindrical-coordinate representation of color #2766DF: hue angle of 219.46º 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 #2766DF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 102 223 -
CMYK 0.83 0.54 0 0.13
HSL 219.46º 0.74% 0.51% -
HSV(B) 219.46º 0.83% 0.87% -
XYZ 18.91 15.26 71.76 -
YUV 96.96 199.13 86.66 -
System Red Green Blue C M Y K H S L
Decimal 39 102 223 0.83 0.54 0 0.13 219.46 0.74 0.51
Hex 27 66 DF 53 36 0 D DB 4A 33
Octal 47 146 337 123 66 0 15 333 112 63
Binary 100111 1100110 11011111 1010011 110110 0 1101 11011011 1001010 110011

Color Harmonies of #2766DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2766DF

Black with #2766DF

Text Example


Text Example

White with #2766DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2766DF; }

 p { color: rgb(39,102,223); }

 H1.HeaderClassName
 {
   color: #2766DF;
 }
 .AnyTagClassName
 {
   color: #2766DF;
 }
</style>

background-color css

<style>
 a { background-color: #2766DF; }

 a { background-color: rgb(39,102,223); }

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

border-color css

<style>
 span { border-color: #2766DF; }

 span { border-color: rgb(39,102,223); }

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