Html Css Color HEX #255CDD Royal Blue

📋 copy color: '#255CDD'

red 37 ◦ green 92 ◦ blue 221

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

Shades of Royal Blue #255CDD

Tints of Royal Blue #255CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 10.57%
G = 26.29%
B = 63.14%

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

#255CDD (or 0x255CDD) is known color: Royal Blue. HEX triplet: 25, 5C and DD. RGB value is (37,92,221). Sum of RGB (Red+Green+Blue) = 37+92+221=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #255CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CDD is #DAA322. Grayscale: #595959. Windows color (decimal): -14328611 or 14507045. OLE color: 14507045.

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

Color convert

RGB 37 92 221 -
CMYK 0.83 0.58 0 0.13
HSL 222.07º 0.73% 0.51% -
HSV(B) 222.07º 0.83% 0.87% -
XYZ 17.64 13.27 70.04 -
YUV 90.26 201.78 90.01 -
System Red Green Blue C M Y K H S L
Decimal 37 92 221 0.83 0.58 0 0.13 222.07 0.73 0.51
Hex 25 5C DD 53 3A 0 D DE 49 33
Octal 45 134 335 123 72 0 15 336 111 63
Binary 100101 1011100 11011101 1010011 111010 0 1101 11011110 1001001 110011

Color Harmonies of #255CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CDD

Black with #255CDD

Text Example


Text Example

White with #255CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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