Html Css Color HEX #255DEF Royal Blue

📋 copy color: '#255DEF'

red 37 ◦ green 93 ◦ blue 239

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

Shades of Royal Blue #255DEF

Tints of Royal Blue #255DEF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 10.03%
G = 25.2%
B = 64.77%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#255DEF (or 0x255DEF) is known color: Royal Blue. HEX triplet: 25, 5D and EF. RGB value is (37,93,239). Sum of RGB (Red+Green+Blue) = 37+93+239=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #255DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DEF is #DAA210. Grayscale: #5C5C5C. Windows color (decimal): -14328337 or 15686949. OLE color: 15686949.

HSL color Cylindrical-coordinate representation of color #255DEF: hue angle of 223.37º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #255DEF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 37 93 239 -
CMYK 0.85 0.61 0 0.06
HSL 223.37º 0.86% 0.54% -
HSV(B) 223.37º 0.85% 0.94% -
XYZ 20.26 14.45 83.38 -
YUV 92.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 37 93 239 0.85 0.61 0 0.06 223.37 0.86 0.54
Hex 25 5D EF 55 3D 0 6 DF 56 36
Octal 45 135 357 125 75 0 6 337 126 66
Binary 100101 1011101 11101111 1010101 111101 0 110 11011111 1010110 110110

Color Harmonies of #255DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DEF

Black with #255DEF

Text Example


Text Example

White with #255DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,93,239); }

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

background-color css

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

 a { background-color: rgb(37,93,239); }

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

border-color css

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

 span { border-color: rgb(37,93,239); }

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