Html Css Color HEX #255AFB Royal Blue

📋 copy color: '#255AFB'

red 37 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #255AFB

Tints of Royal Blue #255AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 9.79%
G = 23.81%
B = 66.4%

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

#255AFB (or 0x255AFB) is known color: Royal Blue. HEX triplet: 25, 5A and FB. RGB value is (37,90,251). Sum of RGB (Red+Green+Blue) = 37+90+251=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #255AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AFB is #DAA504. Grayscale: #5B5B5B. Windows color (decimal): -14329093 or 16472613. OLE color: 16472613.

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

Color convert

RGB 37 90 251 -
CMYK 0.85 0.64 0 0.02
HSL 225.14º 0.96% 0.56% -
HSV(B) 225.14º 0.85% 0.98% -
XYZ 21.83 14.67 92.95 -
YUV 92.51 217.44 88.41 -
System Red Green Blue C M Y K H S L
Decimal 37 90 251 0.85 0.64 0 0.02 225.14 0.96 0.56
Hex 25 5A FB 55 40 0 2 E1 60 38
Octal 45 132 373 125 100 0 2 341 140 70
Binary 100101 1011010 11111011 1010101 1000000 0 10 11100001 1100000 111000

Color Harmonies of #255AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AFB

Black with #255AFB

Text Example


Text Example

White with #255AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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