Html Css Color HEX #255DE5 Royal Blue

📋 copy color: '#255DE5'

red 37 ◦ green 93 ◦ blue 229

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

Shades of Royal Blue #255DE5

Tints of Royal Blue #255DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 63.79%

R = 10.31%
G = 25.91%
B = 63.79%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#255DE5 (or 0x255DE5) is known color: Royal Blue. HEX triplet: 25, 5D and E5. RGB value is (37,93,229). Sum of RGB (Red+Green+Blue) = 37+93+229=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #255DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DE5 is #DAA21A. Grayscale: #5B5B5B. Windows color (decimal): -14328347 or 15031589. OLE color: 15031589.

HSL color Cylindrical-coordinate representation of color #255DE5: hue angle of 222.5º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255DE5 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 93 229 -
CMYK 0.84 0.59 0 0.10
HSL 222.5º 0.79% 0.52% -
HSV(B) 222.5º 0.84% 0.9% -
XYZ 18.82 13.88 75.82 -
YUV 91.76 205.45 88.94 -
System Red Green Blue C M Y K H S L
Decimal 37 93 229 0.84 0.59 0 0.10 222.5 0.79 0.52
Hex 25 5D E5 54 3B 0 A DE 4F 34
Octal 45 135 345 124 73 0 12 336 117 64
Binary 100101 1011101 11100101 1010100 111011 0 1010 11011110 1001111 110100

Color Harmonies of #255DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DE5

Black with #255DE5

Text Example


Text Example

White with #255DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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