Html Css Color HEX #255BE7 Royal Blue

📋 copy color: '#255BE7'

red 37 ◦ green 91 ◦ blue 231

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

Shades of Royal Blue #255BE7

Tints of Royal Blue #255BE7

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.35%

 BLUE value IS 231 (90.63% from 255) = 64.35%

R = 10.31%
G = 25.35%
B = 64.35%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#255BE7 (or 0x255BE7) is known color: Royal Blue. HEX triplet: 25, 5B and E7. RGB value is (37,91,231). Sum of RGB (Red+Green+Blue) = 37+91+231=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #255BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BE7 is #DAA418. Grayscale: #5A5A5A. Windows color (decimal): -14328857 or 15162149. OLE color: 15162149.

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

Color convert

RGB 37 91 231 -
CMYK 0.84 0.61 0 0.09
HSL 223.3º 0.8% 0.53% -
HSV(B) 223.3º 0.84% 0.91% -
XYZ 18.93 13.65 77.24 -
YUV 90.81 207.11 89.62 -
System Red Green Blue C M Y K H S L
Decimal 37 91 231 0.84 0.61 0 0.09 223.3 0.8 0.53
Hex 25 5B E7 54 3D 0 9 DF 50 35
Octal 45 133 347 124 75 0 11 337 120 65
Binary 100101 1011011 11100111 1010100 111101 0 1001 11011111 1010000 110101

Color Harmonies of #255BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BE7

Black with #255BE7

Text Example


Text Example

White with #255BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,231); }

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

background-color css

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

 a { background-color: rgb(37,91,231); }

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

border-color css

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

 span { border-color: rgb(37,91,231); }

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