Html Css Color HEX #255DE1 Royal Blue

📋 copy color: '#255DE1'

red 37 ◦ green 93 ◦ blue 225

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

Shades of Royal Blue #255DE1

Tints of Royal Blue #255DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 10.42%
G = 26.2%
B = 63.38%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#255DE1 (or 0x255DE1) is known color: Royal Blue. HEX triplet: 25, 5D and E1. RGB value is (37,93,225). Sum of RGB (Red+Green+Blue) = 37+93+225=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #255DE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DE1 is #DAA21E. Grayscale: #5A5A5A. Windows color (decimal): -14328351 or 14769445. OLE color: 14769445.

HSL color Cylindrical-coordinate representation of color #255DE1: hue angle of 222.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255DE1 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 93 225 -
CMYK 0.84 0.59 0 0.12
HSL 222.13º 0.76% 0.51% -
HSV(B) 222.13º 0.84% 0.88% -
XYZ 18.27 13.66 72.91 -
YUV 91.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 37 93 225 0.84 0.59 0 0.12 222.13 0.76 0.51
Hex 25 5D E1 54 3B 0 C DE 4C 33
Octal 45 135 341 124 73 0 14 336 114 63
Binary 100101 1011101 11100001 1010100 111011 0 1100 11011110 1001100 110011

Color Harmonies of #255DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DE1

Black with #255DE1

Text Example


Text Example

White with #255DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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