Html Css Color HEX #255FDD Royal Blue

📋 copy color: '#255FDD'

red 37 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #255FDD

Tints of Royal Blue #255FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 10.48%
G = 26.91%
B = 62.61%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#255FDD (or 0x255FDD) is known color: Royal Blue. HEX triplet: 25, 5F and DD. RGB value is (37,95,221). Sum of RGB (Red+Green+Blue) = 37+95+221=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #255FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FDD is #DAA022. Grayscale: #5B5B5B. Windows color (decimal): -14327843 or 14507813. OLE color: 14507813.

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

Color convert

RGB 37 95 221 -
CMYK 0.83 0.57 0 0.13
HSL 221.09º 0.73% 0.51% -
HSV(B) 221.09º 0.83% 0.87% -
XYZ 17.91 13.8 70.13 -
YUV 92.02 200.78 88.75 -
System Red Green Blue C M Y K H S L
Decimal 37 95 221 0.83 0.57 0 0.13 221.09 0.73 0.51
Hex 25 5F DD 53 39 0 D DD 49 33
Octal 45 137 335 123 71 0 15 335 111 63
Binary 100101 1011111 11011101 1010011 111001 0 1101 11011101 1001001 110011

Color Harmonies of #255FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FDD

Black with #255FDD

Text Example


Text Example

White with #255FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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