#255CF6

Color #255CF6 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #255CF6

Tints of Royal Blue #255CF6

Color information

#255CF6 (or 0x255CF6) is unknown color: approx Royal Blue. HEX triplet: 25, 5C and F6. RGB value is (37,92,246). Sum of RGB (Red+Green+Blue) = 37+92+246=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #255CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CF6 is #DAA309. Grayscale: #5C5C5C. Windows color (decimal): -14328586 or 16145445. OLE color: 16145445.

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

Color convert

RGB3792246-
CMYK0.850.6300.04
HSL224.21º92.07%55.49%-
HSV(B)224.21º84.96%96.47%-
XYZ21.2214.788.91-
YUV93.11214.2887.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.87%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 246 (96.48% from 255) = 65.6%
R=9.87%
G=24.53%
B=65.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal37922460.850.6300.04224.2192.0755.49
Hex255CF6553F04e05c37
Octal45134366125770434013467
Binary10010110111001111011010101011111110100111000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255CF6; }

 p { color: rgb(37,92,246); }

 H1.HeaderClassName
 {
   color: #255CF6;
 }
 .AnyTagClassName
 {
   color: #255CF6;
 }
</style>
background-color css

<style>
 a { background-color: #255CF6; }

 a { background-color: rgb(37,92,246); }

 div.DivClassName
 {
   background-color: #255CF6;
 }
 .BgClassName
 {
   background-color: #255CF6;
 }
</style>
border-color css

<style>
 span { border-color: #255CF6; }

 span { border-color: rgb(37,92,246); }

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