Html Css Color HEX #385ED8 Royal Blue

📋 copy color: '#385ED8'

red 56 ◦ green 94 ◦ blue 216

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

Shades of Royal Blue #385ED8

Tints of Royal Blue #385ED8

RGB

 RED value IS 56 (22.27% from 255) = 15.3%

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

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 15.3%
G = 25.68%
B = 59.02%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385ED8 (or 0x385ED8) is known color: Royal Blue. HEX triplet: 38, 5E and D8. RGB value is (56,94,216). Sum of RGB (Red+Green+Blue) = 56+94+216=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #385ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385ED8 is #C7A127. Grayscale: #606060. Windows color (decimal): -13082920 or 14179896. OLE color: 14179896.

HSL color Cylindrical-coordinate representation of color #385ED8: hue angle of 225.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385ED8 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 94 216 -
CMYK 0.74 0.56 0 0.15
HSL 225.75º 0.67% 0.53% -
HSV(B) 225.75º 0.74% 0.85% -
XYZ 18.03 13.8 66.68 -
YUV 96.55 195.41 99.08 -
System Red Green Blue C M Y K H S L
Decimal 56 94 216 0.74 0.56 0 0.15 225.75 0.67 0.53
Hex 38 5E D8 4A 38 0 F E2 43 35
Octal 70 136 330 112 70 0 17 342 103 65
Binary 111000 1011110 11011000 1001010 111000 0 1111 11100010 1000011 110101

Color Harmonies of #385ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385ED8

Black with #385ED8

Text Example


Text Example

White with #385ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385ED8; }

 p { color: rgb(56,94,216); }

 H1.HeaderClassName
 {
   color: #385ED8;
 }
 .AnyTagClassName
 {
   color: #385ED8;
 }
</style>

background-color css

<style>
 a { background-color: #385ED8; }

 a { background-color: rgb(56,94,216); }

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

border-color css

<style>
 span { border-color: #385ED8; }

 span { border-color: rgb(56,94,216); }

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