Html Css Color HEX #255BEA Royal Blue

📋 copy color: '#255BEA'

red 37 ◦ green 91 ◦ blue 234

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

Shades of Royal Blue #255BEA

Tints of Royal Blue #255BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 10.22%
G = 25.14%
B = 64.64%

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

#255BEA (or 0x255BEA) is known color: Royal Blue. HEX triplet: 25, 5B and EA. RGB value is (37,91,234). Sum of RGB (Red+Green+Blue) = 37+91+234=362 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.22% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #255BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255BEA is #DAA415. Grayscale: #5A5A5A. Windows color (decimal): -14328854 or 15358757. OLE color: 15358757.

HSL color Cylindrical-coordinate representation of color #255BEA: hue angle of 223.55º degrees, saturation: 0.82, 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 #255BEA is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 91 234 -
CMYK 0.84 0.61 0 0.08
HSL 223.55º 0.82% 0.53% -
HSV(B) 223.55º 0.84% 0.92% -
XYZ 19.36 13.82 79.49 -
YUV 91.16 208.61 89.37 -
System Red Green Blue C M Y K H S L
Decimal 37 91 234 0.84 0.61 0 0.08 223.55 0.82 0.53
Hex 25 5B EA 54 3D 0 8 E0 52 35
Octal 45 133 352 124 75 0 10 340 122 65
Binary 100101 1011011 11101010 1010100 111101 0 1000 11100000 1010010 110101

Color Harmonies of #255BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255BEA

Black with #255BEA

Text Example


Text Example

White with #255BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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