Html Css Color HEX #2755EE Royal Blue

📋 copy color: '#2755EE'

red 39 ◦ green 85 ◦ blue 238

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

Shades of Royal Blue #2755EE

Tints of Royal Blue #2755EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 238 (93.36% from 255) = 65.75%

R = 10.77%
G = 23.48%
B = 65.75%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2755EE (or 0x2755EE) is known color: Royal Blue. HEX triplet: 27, 55 and EE. RGB value is (39,85,238). Sum of RGB (Red+Green+Blue) = 39+85+238=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #2755EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2755EE is #D8AA11. Grayscale: #585858. Windows color (decimal): -14199314 or 15619367. OLE color: 15619367.

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

Color convert

RGB 39 85 238 -
CMYK 0.84 0.64 0 0.07
HSL 226.13º 0.85% 0.54% -
HSV(B) 226.13º 0.84% 0.93% -
XYZ 19.52 13.1 82.39 -
YUV 88.69 212.26 92.56 -
System Red Green Blue C M Y K H S L
Decimal 39 85 238 0.84 0.64 0 0.07 226.13 0.85 0.54
Hex 27 55 EE 54 40 0 7 E2 55 36
Octal 47 125 356 124 100 0 7 342 125 66
Binary 100111 1010101 11101110 1010100 1000000 0 111 11100010 1010101 110110

Color Harmonies of #2755EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2755EE

Black with #2755EE

Text Example


Text Example

White with #2755EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2755EE; }

 p { color: rgb(39,85,238); }

 H1.HeaderClassName
 {
   color: #2755EE;
 }
 .AnyTagClassName
 {
   color: #2755EE;
 }
</style>

background-color css

<style>
 a { background-color: #2755EE; }

 a { background-color: rgb(39,85,238); }

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

border-color css

<style>
 span { border-color: #2755EE; }

 span { border-color: rgb(39,85,238); }

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