Html Css Color HEX #255DEE Royal Blue

📋 copy color: '#255DEE'

red 37 ◦ green 93 ◦ blue 238

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

Shades of Royal Blue #255DEE

Tints of Royal Blue #255DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 10.05%
G = 25.27%
B = 64.67%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#255DEE (or 0x255DEE) is known color: Royal Blue. HEX triplet: 25, 5D and EE. RGB value is (37,93,238). Sum of RGB (Red+Green+Blue) = 37+93+238=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #255DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #255DEE is #DAA211. Grayscale: #5C5C5C. Windows color (decimal): -14328338 or 15621413. OLE color: 15621413.

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

Color convert

RGB 37 93 238 -
CMYK 0.84 0.61 0 0.07
HSL 223.28º 0.86% 0.54% -
HSV(B) 223.28º 0.84% 0.93% -
XYZ 20.11 14.4 82.61 -
YUV 92.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 37 93 238 0.84 0.61 0 0.07 223.28 0.86 0.54
Hex 25 5D EE 54 3D 0 7 DF 56 36
Octal 45 135 356 124 75 0 7 337 126 66
Binary 100101 1011101 11101110 1010100 111101 0 111 11011111 1010110 110110

Color Harmonies of #255DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255DEE

Black with #255DEE

Text Example


Text Example

White with #255DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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