Html Css Color HEX #255CF6 Royal Blue

📋 copy color: '#255CF6'

red 37 ◦ green 92 ◦ blue 246

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

Shades of Royal Blue #255CF6

Tints of Royal Blue #255CF6

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 value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#255CF6 (or 0x255CF6) is known color: 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

RGB 37 92 246 -
CMYK 0.85 0.63 0 0.04
HSL 224.21º 0.92% 0.55% -
HSV(B) 224.21º 0.85% 0.96% -
XYZ 21.22 14.7 88.91 -
YUV 93.11 214.28 87.98 -
System Red Green Blue C M Y K H S L
Decimal 37 92 246 0.85 0.63 0 0.04 224.21 0.92 0.55
Hex 25 5C F6 55 3F 0 4 E0 5C 37
Octal 45 134 366 125 77 0 4 340 134 67
Binary 100101 1011100 11110110 1010101 111111 0 100 11100000 1011100 110111

Color Harmonies of #255CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CF6

Black with #255CF6

Text Example


Text Example

White with #255CF6

Text Example


Text Example

HTML Codes & Css Web 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>