Html Css Color HEX #255FED Royal Blue

📋 copy color: '#255FED'

red 37 ◦ green 95 ◦ blue 237

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

Shades of Royal Blue #255FED

Tints of Royal Blue #255FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 10.03%
G = 25.75%
B = 64.23%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255FED (or 0x255FED) is known color: Royal Blue. HEX triplet: 25, 5F and ED. RGB value is (37,95,237). Sum of RGB (Red+Green+Blue) = 37+95+237=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #255FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FED is #DAA012. Grayscale: #5D5D5D. Windows color (decimal): -14327827 or 15556389. OLE color: 15556389.

HSL color Cylindrical-coordinate representation of color #255FED: hue angle of 222.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255FED is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 95 237 -
CMYK 0.84 0.60 0 0.07
HSL 222.6º 0.85% 0.54% -
HSV(B) 222.6º 0.84% 0.93% -
XYZ 20.14 14.69 81.9 -
YUV 93.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 37 95 237 0.84 0.60 0 0.07 222.6 0.85 0.54
Hex 25 5F ED 54 3C 0 7 DF 55 36
Octal 45 137 355 124 74 0 7 337 125 66
Binary 100101 1011111 11101101 1010100 111100 0 111 11011111 1010101 110110

Color Harmonies of #255FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FED

Black with #255FED

Text Example


Text Example

White with #255FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,237); }

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

background-color css

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

 a { background-color: rgb(37,95,237); }

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

border-color css

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

 span { border-color: rgb(37,95,237); }

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