Html Css Color HEX #255FFF Royal Blue

📋 copy color: '#255FFF'

red 37 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #255FFF

Tints of Royal Blue #255FFF

RGB

 RED value IS 37 (14.84% from 255) = 9.56%

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 255 (100% from 255) = 65.89%

R = 9.56%
G = 24.55%
B = 65.89%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#255FFF (or 0x255FFF) is known color: Royal Blue. HEX triplet: 25, 5F and FF. RGB value is (37,95,255). Sum of RGB (Red+Green+Blue) = 37+95+255=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #255FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FFF is #DAA000. Grayscale: #5F5F5F. Windows color (decimal): -14327809 or 16736037. OLE color: 16736037.

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

Color convert

RGB 37 95 255 -
CMYK 0.85 0.63 0 0
HSL 224.04º 1% 0.57% -
HSV(B) 224.04º 0.85% 1% -
XYZ 22.91 15.8 96.45 -
YUV 95.9 217.78 85.99 -
System Red Green Blue C M Y K H S L
Decimal 37 95 255 0.85 0.63 0 0 224.04 1 0.57
Hex 25 5F FF 55 3F 0 0 E0 64 39
Octal 45 137 377 125 77 0 0 340 144 71
Binary 100101 1011111 11111111 1010101 111111 0 0 11100000 1100100 111001

Color Harmonies of #255FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FFF

Black with #255FFF

Text Example


Text Example

White with #255FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,255); }

 H1.HeaderClassName
 {
   color: #255FFF;
 }
 .AnyTagClassName
 {
   color: #255FFF;
 }
</style>

background-color css

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

 a { background-color: rgb(37,95,255); }

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

border-color css

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

 span { border-color: rgb(37,95,255); }

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