Html Css Color HEX #2655EB Royal Blue

📋 copy color: '#2655EB'

red 38 ◦ green 85 ◦ blue 235

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

Shades of Royal Blue #2655EB

Tints of Royal Blue #2655EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 65.64%

R = 10.61%
G = 23.74%
B = 65.64%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2655EB (or 0x2655EB) is known color: Royal Blue. HEX triplet: 26, 55 and EB. RGB value is (38,85,235). Sum of RGB (Red+Green+Blue) = 38+85+235=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #2655EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655EB is #D9AA14. Grayscale: #575757. Windows color (decimal): -14264853 or 15422758. OLE color: 15422758.

HSL color Cylindrical-coordinate representation of color #2655EB: hue angle of 225.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2655EB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 38 85 235 -
CMYK 0.84 0.64 0 0.08
HSL 225.69º 0.83% 0.54% -
HSV(B) 225.69º 0.84% 0.92% -
XYZ 19.04 12.91 80.08 -
YUV 88.05 210.93 92.3 -
System Red Green Blue C M Y K H S L
Decimal 38 85 235 0.84 0.64 0 0.08 225.69 0.83 0.54
Hex 26 55 EB 54 40 0 8 E2 53 36
Octal 46 125 353 124 100 0 10 342 123 66
Binary 100110 1010101 11101011 1010100 1000000 0 1000 11100010 1010011 110110

Color Harmonies of #2655EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655EB

Black with #2655EB

Text Example


Text Example

White with #2655EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2655EB; }

 p { color: rgb(38,85,235); }

 H1.HeaderClassName
 {
   color: #2655EB;
 }
 .AnyTagClassName
 {
   color: #2655EB;
 }
</style>

background-color css

<style>
 a { background-color: #2655EB; }

 a { background-color: rgb(38,85,235); }

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

border-color css

<style>
 span { border-color: #2655EB; }

 span { border-color: rgb(38,85,235); }

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