Html Css Color HEX #255EDB Royal Blue

📋 copy color: '#255EDB'

red 37 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #255EDB

Tints of Royal Blue #255EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 10.57%
G = 26.86%
B = 62.57%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#255EDB (or 0x255EDB) is known color: Royal Blue. HEX triplet: 25, 5E and DB. RGB value is (37,94,219). Sum of RGB (Red+Green+Blue) = 37+94+219=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #255EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255EDB is #DAA124. Grayscale: #5A5A5A. Windows color (decimal): -14328101 or 14376485. OLE color: 14376485.

HSL color Cylindrical-coordinate representation of color #255EDB: hue angle of 221.21º 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 #255EDB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 94 219 -
CMYK 0.83 0.57 0 0.14
HSL 221.21º 0.72% 0.5% -
HSV(B) 221.21º 0.83% 0.86% -
XYZ 17.55 13.51 68.7 -
YUV 91.21 200.12 89.34 -
System Red Green Blue C M Y K H S L
Decimal 37 94 219 0.83 0.57 0 0.14 221.21 0.72 0.5
Hex 25 5E DB 53 39 0 E DD 48 32
Octal 45 136 333 123 71 0 16 335 110 62
Binary 100101 1011110 11011011 1010011 111001 0 1110 11011101 1001000 110010

Color Harmonies of #255EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EDB

Black with #255EDB

Text Example


Text Example

White with #255EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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