Html Css Color HEX #255EEC Royal Blue

📋 copy color: '#255EEC'

red 37 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #255EEC

Tints of Royal Blue #255EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 10.08%
G = 25.61%
B = 64.31%

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

#255EEC (or 0x255EEC) is known color: Royal Blue. HEX triplet: 25, 5E and EC. RGB value is (37,94,236). Sum of RGB (Red+Green+Blue) = 37+94+236=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #255EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255EEC is #DAA113. Grayscale: #5C5C5C. Windows color (decimal): -14328084 or 15490597. OLE color: 15490597.

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

Color convert

RGB 37 94 236 -
CMYK 0.84 0.60 0 0.07
HSL 222.81º 0.84% 0.54% -
HSV(B) 222.81º 0.84% 0.93% -
XYZ 19.91 14.45 81.1 -
YUV 93.15 208.62 87.95 -
System Red Green Blue C M Y K H S L
Decimal 37 94 236 0.84 0.60 0 0.07 222.81 0.84 0.54
Hex 25 5E EC 54 3C 0 7 DF 54 36
Octal 45 136 354 124 74 0 7 337 124 66
Binary 100101 1011110 11101100 1010100 111100 0 111 11011111 1010100 110110

Color Harmonies of #255EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255EEC

Black with #255EEC

Text Example


Text Example

White with #255EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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