Html Css Color HEX #255DDD Royal Blue

📋 copy color: '#255DDD'

red 37 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #255DDD

Tints of Royal Blue #255DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 10.54%
G = 26.5%
B = 62.96%

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

#255DDD (or 0x255DDD) is known color: Royal Blue. HEX triplet: 25, 5D and DD. RGB value is (37,93,221). Sum of RGB (Red+Green+Blue) = 37+93+221=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #255DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DDD is #DAA222. Grayscale: #5A5A5A. Windows color (decimal): -14328355 or 14507301. OLE color: 14507301.

HSL color Cylindrical-coordinate representation of color #255DDD: hue angle of 221.74º degrees, saturation: 0.73, 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 #255DDD is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 93 221 -
CMYK 0.83 0.58 0 0.13
HSL 221.74º 0.73% 0.51% -
HSV(B) 221.74º 0.83% 0.87% -
XYZ 17.73 13.44 70.07 -
YUV 90.85 201.45 89.59 -
System Red Green Blue C M Y K H S L
Decimal 37 93 221 0.83 0.58 0 0.13 221.74 0.73 0.51
Hex 25 5D DD 53 3A 0 D DE 49 33
Octal 45 135 335 123 72 0 15 336 111 63
Binary 100101 1011101 11011101 1010011 111010 0 1101 11011110 1001001 110011

Color Harmonies of #255DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DDD

Black with #255DDD

Text Example


Text Example

White with #255DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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