Html Css Color HEX #255AED Royal Blue

📋 copy color: '#255AED'

red 37 ◦ green 90 ◦ blue 237

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

Shades of Royal Blue #255AED

Tints of Royal Blue #255AED

RGB

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

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

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

R = 10.16%
G = 24.73%
B = 65.11%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255AED (or 0x255AED) is known color: Royal Blue. HEX triplet: 25, 5A and ED. RGB value is (37,90,237). Sum of RGB (Red+Green+Blue) = 37+90+237=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #255AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255AED is #DAA512. Grayscale: #5A5A5A. Windows color (decimal): -14329107 or 15555109. OLE color: 15555109.

HSL color Cylindrical-coordinate representation of color #255AED: hue angle of 224.1º 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 #255AED is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 90 237 -
CMYK 0.84 0.62 0 0.07
HSL 224.1º 0.85% 0.54% -
HSV(B) 224.1º 0.84% 0.93% -
XYZ 19.71 13.82 81.75 -
YUV 90.91 210.44 89.55 -
System Red Green Blue C M Y K H S L
Decimal 37 90 237 0.84 0.62 0 0.07 224.1 0.85 0.54
Hex 25 5A ED 54 3E 0 7 E0 55 36
Octal 45 132 355 124 76 0 7 340 125 66
Binary 100101 1011010 11101101 1010100 111110 0 111 11100000 1010101 110110

Color Harmonies of #255AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255AED

Black with #255AED

Text Example


Text Example

White with #255AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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