Html Css Color HEX #255BEE Royal Blue

📋 copy color: '#255BEE'

red 37 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #255BEE

Tints of Royal Blue #255BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.03%

R = 10.11%
G = 24.86%
B = 65.03%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255BEE (or 0x255BEE) is known color: Royal Blue. HEX triplet: 25, 5B and EE. RGB value is (37,91,238). Sum of RGB (Red+Green+Blue) = 37+91+238=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #255BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BEE is #DAA411. Grayscale: #5A5A5A. Windows color (decimal): -14328850 or 15620901. OLE color: 15620901.

HSL color Cylindrical-coordinate representation of color #255BEE: hue angle of 223.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #255BEE is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 91 238 -
CMYK 0.84 0.62 0 0.07
HSL 223.88º 0.86% 0.54% -
HSV(B) 223.88º 0.84% 0.93% -
XYZ 19.94 14.05 82.55 -
YUV 91.61 210.61 89.05 -
System Red Green Blue C M Y K H S L
Decimal 37 91 238 0.84 0.62 0 0.07 223.88 0.86 0.54
Hex 25 5B EE 54 3E 0 7 E0 56 36
Octal 45 133 356 124 76 0 7 340 126 66
Binary 100101 1011011 11101110 1010100 111110 0 111 11100000 1010110 110110

Color Harmonies of #255BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BEE

Black with #255BEE

Text Example


Text Example

White with #255BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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