Html Css Color HEX #2775EC Royal Blue

📋 copy color: '#2775EC'

red 39 ◦ green 117 ◦ blue 236

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

Shades of Royal Blue #2775EC

Tints of Royal Blue #2775EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 9.95%
G = 29.85%
B = 60.2%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2775EC (or 0x2775EC) is known color: Royal Blue. HEX triplet: 27, 75 and EC. RGB value is (39,117,236). Sum of RGB (Red+Green+Blue) = 39+117+236=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #2775EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2775EC is #D88A13. Grayscale: #6A6A6A. Windows color (decimal): -14191124 or 15496487. OLE color: 15496487.

HSL color Cylindrical-coordinate representation of color #2775EC: hue angle of 216.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2775EC is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 117 236 -
CMYK 0.83 0.50 0 0.07
HSL 216.24º 0.84% 0.54% -
HSV(B) 216.24º 0.83% 0.93% -
XYZ 22.34 19.21 81.89 -
YUV 107.24 200.66 79.32 -
System Red Green Blue C M Y K H S L
Decimal 39 117 236 0.83 0.50 0 0.07 216.24 0.84 0.54
Hex 27 75 EC 53 32 0 7 D8 54 36
Octal 47 165 354 123 62 0 7 330 124 66
Binary 100111 1110101 11101100 1010011 110010 0 111 11011000 1010100 110110

Color Harmonies of #2775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2775EC

Black with #2775EC

Text Example


Text Example

White with #2775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2775EC; }

 p { color: rgb(39,117,236); }

 H1.HeaderClassName
 {
   color: #2775EC;
 }
 .AnyTagClassName
 {
   color: #2775EC;
 }
</style>

background-color css

<style>
 a { background-color: #2775EC; }

 a { background-color: rgb(39,117,236); }

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

border-color css

<style>
 span { border-color: #2775EC; }

 span { border-color: rgb(39,117,236); }

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