Html Css Color HEX #255EFE Royal Blue

📋 copy color: '#255EFE'

red 37 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #255EFE

Tints of Royal Blue #255EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 254 (99.61% from 255) = 65.97%

R = 9.61%
G = 24.42%
B = 65.97%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#255EFE (or 0x255EFE) is known color: Royal Blue. HEX triplet: 25, 5E and FE. RGB value is (37,94,254). Sum of RGB (Red+Green+Blue) = 37+94+254=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #255EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EFE is #DAA101. Grayscale: #5E5E5E. Windows color (decimal): -14328066 or 16670245. OLE color: 16670245.

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

Color convert

RGB 37 94 254 -
CMYK 0.85 0.63 0 0.00
HSL 224.24º 0.99% 0.57% -
HSV(B) 224.24º 0.85% 1% -
XYZ 22.66 15.55 95.57 -
YUV 95.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 37 94 254 0.85 0.63 0 0.00 224.24 0.99 0.57
Hex 25 5E FE 55 3F 0 0 E0 63 39
Octal 45 136 376 125 77 0 0 340 143 71
Binary 100101 1011110 11111110 1010101 111111 0 0 11100000 1100011 111001

Color Harmonies of #255EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EFE

Black with #255EFE

Text Example


Text Example

White with #255EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,94,254); }

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

background-color css

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

 a { background-color: rgb(37,94,254); }

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

border-color css

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

 span { border-color: rgb(37,94,254); }

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