Html Css Color HEX #255DED Royal Blue

📋 copy color: '#255DED'

red 37 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #255DED

Tints of Royal Blue #255DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

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

R = 10.08%
G = 25.34%
B = 64.58%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255DED (or 0x255DED) is known color: Royal Blue. HEX triplet: 25, 5D and ED. RGB value is (37,93,237). Sum of RGB (Red+Green+Blue) = 37+93+237=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #255DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DED is #DAA212. Grayscale: #5C5C5C. Windows color (decimal): -14328339 or 15555877. OLE color: 15555877.

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

Color convert

RGB 37 93 237 -
CMYK 0.84 0.61 0 0.07
HSL 223.2º 0.85% 0.54% -
HSV(B) 223.2º 0.84% 0.93% -
XYZ 19.96 14.34 81.84 -
YUV 92.67 209.45 88.29 -
System Red Green Blue C M Y K H S L
Decimal 37 93 237 0.84 0.61 0 0.07 223.2 0.85 0.54
Hex 25 5D ED 54 3D 0 7 DF 55 36
Octal 45 135 355 124 75 0 7 337 125 66
Binary 100101 1011101 11101101 1010100 111101 0 111 11011111 1010101 110110

Color Harmonies of #255DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DED

Black with #255DED

Text Example


Text Example

White with #255DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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