Html Css Color HEX #255DEB Royal Blue

📋 copy color: '#255DEB'

red 37 ◦ green 93 ◦ blue 235

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

Shades of Royal Blue #255DEB

Tints of Royal Blue #255DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.38%

R = 10.14%
G = 25.48%
B = 64.38%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#255DEB (or 0x255DEB) is known color: Royal Blue. HEX triplet: 25, 5D and EB. RGB value is (37,93,235). Sum of RGB (Red+Green+Blue) = 37+93+235=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #255DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DEB is #DAA214. Grayscale: #5B5B5B. Windows color (decimal): -14328341 or 15424805. OLE color: 15424805.

HSL color Cylindrical-coordinate representation of color #255DEB: hue angle of 223.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255DEB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 93 235 -
CMYK 0.84 0.60 0 0.08
HSL 223.03º 0.83% 0.53% -
HSV(B) 223.03º 0.84% 0.92% -
XYZ 19.67 14.22 80.31 -
YUV 92.44 208.45 88.45 -
System Red Green Blue C M Y K H S L
Decimal 37 93 235 0.84 0.60 0 0.08 223.03 0.83 0.53
Hex 25 5D EB 54 3C 0 8 DF 53 35
Octal 45 135 353 124 74 0 10 337 123 65
Binary 100101 1011101 11101011 1010100 111100 0 1000 11011111 1010011 110101

Color Harmonies of #255DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DEB

Black with #255DEB

Text Example


Text Example

White with #255DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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