Html Css Color HEX #255CEA Royal Blue

📋 copy color: '#255CEA'

red 37 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #255CEA

Tints of Royal Blue #255CEA

RGB

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

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

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

R = 10.19%
G = 25.34%
B = 64.46%

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

#255CEA (or 0x255CEA) is known color: Royal Blue. HEX triplet: 25, 5C and EA. RGB value is (37,92,234). Sum of RGB (Red+Green+Blue) = 37+92+234=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #255CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255CEA is #DAA315. Grayscale: #5B5B5B. Windows color (decimal): -14328598 or 15359013. OLE color: 15359013.

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

Color convert

RGB 37 92 234 -
CMYK 0.84 0.61 0 0.08
HSL 223.25º 0.82% 0.53% -
HSV(B) 223.25º 0.84% 0.92% -
XYZ 19.44 13.99 79.52 -
YUV 91.74 208.28 88.95 -
System Red Green Blue C M Y K H S L
Decimal 37 92 234 0.84 0.61 0 0.08 223.25 0.82 0.53
Hex 25 5C EA 54 3D 0 8 DF 52 35
Octal 45 134 352 124 75 0 10 337 122 65
Binary 100101 1011100 11101010 1010100 111101 0 1000 11011111 1010010 110101

Color Harmonies of #255CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255CEA

Black with #255CEA

Text Example


Text Example

White with #255CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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