Html Css Color HEX #255AFF Royal Blue

📋 copy color: '#255AFF'

red 37 ◦ green 90 ◦ blue 255

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

Shades of Royal Blue #255AFF

Tints of Royal Blue #255AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.56%

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

R = 9.69%
G = 23.56%
B = 66.75%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#255AFF (or 0x255AFF) is known color: Royal Blue. HEX triplet: 25, 5A and FF. RGB value is (37,90,255). Sum of RGB (Red+Green+Blue) = 37+90+255=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #255AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AFF is #DAA500. Grayscale: #5C5C5C. Windows color (decimal): -14329089 or 16734757. OLE color: 16734757.

HSL color Cylindrical-coordinate representation of color #255AFF: hue angle of 225.41º 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 #255AFF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 90 255 -
CMYK 0.85 0.65 0 0
HSL 225.41º 1% 0.57% -
HSV(B) 225.41º 0.85% 1% -
XYZ 22.47 14.93 96.3 -
YUV 92.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 37 90 255 0.85 0.65 0 0 225.41 1 0.57
Hex 25 5A FF 55 41 0 0 E1 64 39
Octal 45 132 377 125 101 0 0 341 144 71
Binary 100101 1011010 11111111 1010101 1000001 0 0 11100001 1100100 111001

Color Harmonies of #255AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AFF

Black with #255AFF

Text Example


Text Example

White with #255AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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