Html Css Color HEX #255CDE Royal Blue

📋 copy color: '#255CDE'

red 37 ◦ green 92 ◦ blue 222

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

Shades of Royal Blue #255CDE

Tints of Royal Blue #255CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.25%

R = 10.54%
G = 26.21%
B = 63.25%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#255CDE (or 0x255CDE) is known color: Royal Blue. HEX triplet: 25, 5C and DE. RGB value is (37,92,222). Sum of RGB (Red+Green+Blue) = 37+92+222=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #255CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CDE is #DAA321. Grayscale: #595959. Windows color (decimal): -14328610 or 14572581. OLE color: 14572581.

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

Color convert

RGB 37 92 222 -
CMYK 0.83 0.59 0 0.13
HSL 222.16º 0.74% 0.51% -
HSV(B) 222.16º 0.83% 0.87% -
XYZ 17.77 13.32 70.74 -
YUV 90.38 202.28 89.93 -
System Red Green Blue C M Y K H S L
Decimal 37 92 222 0.83 0.59 0 0.13 222.16 0.74 0.51
Hex 25 5C DE 53 3B 0 D DE 4A 33
Octal 45 134 336 123 73 0 15 336 112 63
Binary 100101 1011100 11011110 1010011 111011 0 1101 11011110 1001010 110011

Color Harmonies of #255CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CDE

Black with #255CDE

Text Example


Text Example

White with #255CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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