Html Css Color HEX #255FEC Royal Blue

📋 copy color: '#255FEC'

red 37 ◦ green 95 ◦ blue 236

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

Shades of Royal Blue #255FEC

Tints of Royal Blue #255FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 10.05%
G = 25.82%
B = 64.13%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255FEC (or 0x255FEC) is known color: Royal Blue. HEX triplet: 25, 5F and EC. RGB value is (37,95,236). Sum of RGB (Red+Green+Blue) = 37+95+236=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #255FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255FEC is #DAA013. Grayscale: #5D5D5D. Windows color (decimal): -14327828 or 15490853. OLE color: 15490853.

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

Color convert

RGB 37 95 236 -
CMYK 0.84 0.60 0 0.07
HSL 222.51º 0.84% 0.54% -
HSV(B) 222.51º 0.84% 0.93% -
XYZ 20 14.63 81.13 -
YUV 93.73 208.28 87.54 -
System Red Green Blue C M Y K H S L
Decimal 37 95 236 0.84 0.60 0 0.07 222.51 0.84 0.54
Hex 25 5F EC 54 3C 0 7 DF 54 36
Octal 45 137 354 124 74 0 7 337 124 66
Binary 100101 1011111 11101100 1010100 111100 0 111 11011111 1010100 110110

Color Harmonies of #255FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FEC

Black with #255FEC

Text Example


Text Example

White with #255FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,95,236); }

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

background-color css

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

 a { background-color: rgb(37,95,236); }

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

border-color css

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

 span { border-color: rgb(37,95,236); }

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