Html Css Color HEX #255DDB Royal Blue

📋 copy color: '#255DDB'

red 37 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #255DDB

Tints of Royal Blue #255DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.75%

R = 10.6%
G = 26.65%
B = 62.75%

CMYK

 C value IS 0.83

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#255DDB (or 0x255DDB) is known color: Royal Blue. HEX triplet: 25, 5D and DB. RGB value is (37,93,219). Sum of RGB (Red+Green+Blue) = 37+93+219=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #255DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DDB is #DAA224. Grayscale: #5A5A5A. Windows color (decimal): -14328357 or 14376229. OLE color: 14376229.

HSL color Cylindrical-coordinate representation of color #255DDB: hue angle of 221.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255DDB is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 93 219 -
CMYK 0.83 0.58 0 0.14
HSL 221.54º 0.72% 0.5% -
HSV(B) 221.54º 0.83% 0.86% -
XYZ 17.46 13.34 68.67 -
YUV 90.62 200.45 89.75 -
System Red Green Blue C M Y K H S L
Decimal 37 93 219 0.83 0.58 0 0.14 221.54 0.72 0.5
Hex 25 5D DB 53 3A 0 E DE 48 32
Octal 45 135 333 123 72 0 16 336 110 62
Binary 100101 1011101 11011011 1010011 111010 0 1110 11011110 1001000 110010

Color Harmonies of #255DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DDB

Black with #255DDB

Text Example


Text Example

White with #255DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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