Html Css Color HEX #255BFD Royal Blue

📋 copy color: '#255BFD'

red 37 ◦ green 91 ◦ blue 253

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

Shades of Royal Blue #255BFD

Tints of Royal Blue #255BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.88%

 BLUE value IS 253 (99.22% from 255) = 66.4%

R = 9.71%
G = 23.88%
B = 66.4%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#255BFD (or 0x255BFD) is known color: Royal Blue. HEX triplet: 25, 5B and FD. RGB value is (37,91,253). Sum of RGB (Red+Green+Blue) = 37+91+253=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #255BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BFD is #DAA402. Grayscale: #5C5C5C. Windows color (decimal): -14328835 or 16603941. OLE color: 16603941.

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

Color convert

RGB 37 91 253 -
CMYK 0.85 0.64 0 0.01
HSL 225º 0.98% 0.57% -
HSV(B) 225º 0.85% 0.99% -
XYZ 22.23 14.97 94.65 -
YUV 93.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 37 91 253 0.85 0.64 0 0.01 225 0.98 0.57
Hex 25 5B FD 55 40 0 1 E1 62 39
Octal 45 133 375 125 100 0 1 341 142 71
Binary 100101 1011011 11111101 1010101 1000000 0 1 11100001 1100010 111001

Color Harmonies of #255BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BFD

Black with #255BFD

Text Example


Text Example

White with #255BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,253); }

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

background-color css

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

 a { background-color: rgb(37,91,253); }

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

border-color css

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

 span { border-color: rgb(37,91,253); }

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