Html Css Color HEX #385FE0 Royal Blue

📋 copy color: '#385FE0'

red 56 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #385FE0

Tints of Royal Blue #385FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

 BLUE value IS 224 (87.89% from 255) = 59.73%

R = 14.93%
G = 25.33%
B = 59.73%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#385FE0 (or 0x385FE0) is known color: Royal Blue. HEX triplet: 38, 5F and E0. RGB value is (56,95,224). Sum of RGB (Red+Green+Blue) = 56+95+224=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #385FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FE0 is #C7A01F. Grayscale: #616161. Windows color (decimal): -13082656 or 14704440. OLE color: 14704440.

HSL color Cylindrical-coordinate representation of color #385FE0: hue angle of 226.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385FE0 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 95 224 -
CMYK 0.75 0.58 0 0.12
HSL 226.07º 0.73% 0.55% -
HSV(B) 226.07º 0.75% 0.88% -
XYZ 19.18 14.41 72.29 -
YUV 98.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 56 95 224 0.75 0.58 0 0.12 226.07 0.73 0.55
Hex 38 5F E0 4B 3A 0 C E2 49 37
Octal 70 137 340 113 72 0 14 342 111 67
Binary 111000 1011111 11100000 1001011 111010 0 1100 11100010 1001001 110111

Color Harmonies of #385FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FE0

Black with #385FE0

Text Example


Text Example

White with #385FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,95,224); }

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

background-color css

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

 a { background-color: rgb(56,95,224); }

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

border-color css

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

 span { border-color: rgb(56,95,224); }

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