Html Css Color HEX #255BFA Royal Blue

📋 copy color: '#255BFA'

red 37 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #255BFA

Tints of Royal Blue #255BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 9.79%
G = 24.07%
B = 66.14%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#255BFA (or 0x255BFA) is known color: Royal Blue. HEX triplet: 25, 5B and FA. RGB value is (37,91,250). Sum of RGB (Red+Green+Blue) = 37+91+250=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #255BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BFA is #DAA405. Grayscale: #5C5C5C. Windows color (decimal): -14328838 or 16407333. OLE color: 16407333.

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

Color convert

RGB 37 91 250 -
CMYK 0.85 0.64 0 0.02
HSL 224.79º 0.96% 0.56% -
HSV(B) 224.79º 0.85% 0.98% -
XYZ 21.76 14.78 92.15 -
YUV 92.98 216.61 88.07 -
System Red Green Blue C M Y K H S L
Decimal 37 91 250 0.85 0.64 0 0.02 224.79 0.96 0.56
Hex 25 5B FA 55 40 0 2 E1 60 38
Octal 45 133 372 125 100 0 2 341 140 70
Binary 100101 1011011 11111010 1010101 1000000 0 10 11100001 1100000 111000

Color Harmonies of #255BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BFA

Black with #255BFA

Text Example


Text Example

White with #255BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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