Html Css Color HEX #2655F6 Royal Blue

📋 copy color: '#2655F6'

red 38 ◦ green 85 ◦ blue 246

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

Shades of Royal Blue #2655F6

Tints of Royal Blue #2655F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.67%

R = 10.3%
G = 23.04%
B = 66.67%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2655F6 (or 0x2655F6) is known color: Royal Blue. HEX triplet: 26, 55 and F6. RGB value is (38,85,246). Sum of RGB (Red+Green+Blue) = 38+85+246=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 246 (96.48% from 255 or 66.67% from 369); Max value from RGB is 246 - color contains mainly: blue. Hex color #2655F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2655F6 is #D9AA09. Grayscale: #585858. Windows color (decimal): -14264842 or 16143654. OLE color: 16143654.

HSL color Cylindrical-coordinate representation of color #2655F6: hue angle of 226.44º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2655F6 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 85 246 -
CMYK 0.85 0.65 0 0.04
HSL 226.44º 0.92% 0.56% -
HSV(B) 226.44º 0.85% 0.96% -
XYZ 20.68 13.56 88.72 -
YUV 89.3 216.43 91.41 -
System Red Green Blue C M Y K H S L
Decimal 38 85 246 0.85 0.65 0 0.04 226.44 0.92 0.56
Hex 26 55 F6 55 41 0 4 E2 5C 38
Octal 46 125 366 125 101 0 4 342 134 70
Binary 100110 1010101 11110110 1010101 1000001 0 100 11100010 1011100 111000

Color Harmonies of #2655F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2655F6

Black with #2655F6

Text Example


Text Example

White with #2655F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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