Html Css Color HEX #255DDE Royal Blue

📋 copy color: '#255DDE'

red 37 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #255DDE

Tints of Royal Blue #255DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 10.51%
G = 26.42%
B = 63.07%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#255DDE (or 0x255DDE) is known color: Royal Blue. HEX triplet: 25, 5D and DE. RGB value is (37,93,222). Sum of RGB (Red+Green+Blue) = 37+93+222=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #255DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DDE is #DAA221. Grayscale: #5A5A5A. Windows color (decimal): -14328354 or 14572837. OLE color: 14572837.

HSL color Cylindrical-coordinate representation of color #255DDE: hue angle of 221.84º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255DDE is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 93 222 -
CMYK 0.83 0.58 0 0.13
HSL 221.84º 0.74% 0.51% -
HSV(B) 221.84º 0.83% 0.87% -
XYZ 17.86 13.5 70.77 -
YUV 90.96 201.95 89.51 -
System Red Green Blue C M Y K H S L
Decimal 37 93 222 0.83 0.58 0 0.13 221.84 0.74 0.51
Hex 25 5D DE 53 3A 0 D DE 4A 33
Octal 45 135 336 123 72 0 15 336 112 63
Binary 100101 1011101 11011110 1010011 111010 0 1101 11011110 1001010 110011

Color Harmonies of #255DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DDE

Black with #255DDE

Text Example


Text Example

White with #255DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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