Html Css Color HEX #255CEB Royal Blue

📋 copy color: '#255CEB'

red 37 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #255CEB

Tints of Royal Blue #255CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 10.16%
G = 25.27%
B = 64.56%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#255CEB (or 0x255CEB) is known color: Royal Blue. HEX triplet: 25, 5C and EB. RGB value is (37,92,235). Sum of RGB (Red+Green+Blue) = 37+92+235=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #255CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CEB is #DAA314. Grayscale: #5B5B5B. Windows color (decimal): -14328597 or 15424549. OLE color: 15424549.

HSL color Cylindrical-coordinate representation of color #255CEB: hue angle of 223.33º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255CEB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 92 235 -
CMYK 0.84 0.61 0 0.08
HSL 223.33º 0.83% 0.53% -
HSV(B) 223.33º 0.84% 0.92% -
XYZ 19.59 14.05 80.28 -
YUV 91.86 208.78 88.87 -
System Red Green Blue C M Y K H S L
Decimal 37 92 235 0.84 0.61 0 0.08 223.33 0.83 0.53
Hex 25 5C EB 54 3D 0 8 DF 53 35
Octal 45 134 353 124 75 0 10 337 123 65
Binary 100101 1011100 11101011 1010100 111101 0 1000 11011111 1010011 110101

Color Harmonies of #255CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CEB

Black with #255CEB

Text Example


Text Example

White with #255CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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