Html Css Color HEX #385EDD Royal Blue

📋 copy color: '#385EDD'

red 56 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #385EDD

Tints of Royal Blue #385EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 15.09%
G = 25.34%
B = 59.57%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#385EDD (or 0x385EDD) is known color: Royal Blue. HEX triplet: 38, 5E and DD. RGB value is (56,94,221). Sum of RGB (Red+Green+Blue) = 56+94+221=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #385EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385EDD is #C7A122. Grayscale: #606060. Windows color (decimal): -13082915 or 14507576. OLE color: 14507576.

HSL color Cylindrical-coordinate representation of color #385EDD: hue angle of 226.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385EDD is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 94 221 -
CMYK 0.75 0.57 0 0.13
HSL 226.18º 0.71% 0.54% -
HSV(B) 226.18º 0.75% 0.87% -
XYZ 18.68 14.07 70.14 -
YUV 97.12 197.91 98.67 -
System Red Green Blue C M Y K H S L
Decimal 56 94 221 0.75 0.57 0 0.13 226.18 0.71 0.54
Hex 38 5E DD 4B 39 0 D E2 47 36
Octal 70 136 335 113 71 0 15 342 107 66
Binary 111000 1011110 11011101 1001011 111001 0 1101 11100010 1000111 110110

Color Harmonies of #385EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EDD

Black with #385EDD

Text Example


Text Example

White with #385EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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