Html Css Color HEX #385DFA Royal Blue

📋 copy color: '#385DFA'

red 56 ◦ green 93 ◦ blue 250

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

Shades of Royal Blue #385DFA

Tints of Royal Blue #385DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 14.04%
G = 23.31%
B = 62.66%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#385DFA (or 0x385DFA) is known color: Royal Blue. HEX triplet: 38, 5D and FA. RGB value is (56,93,250). Sum of RGB (Red+Green+Blue) = 56+93+250=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #385DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385DFA is #C7A205. Grayscale: #636363. Windows color (decimal): -13083142 or 16407864. OLE color: 16407864.

HSL color Cylindrical-coordinate representation of color #385DFA: hue angle of 228.56º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #385DFA is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 93 250 -
CMYK 0.78 0.63 0 0.02
HSL 228.56º 0.95% 0.6% -
HSV(B) 228.56º 0.78% 0.98% -
XYZ 22.8 15.57 92.25 -
YUV 99.84 212.74 96.73 -
System Red Green Blue C M Y K H S L
Decimal 56 93 250 0.78 0.63 0 0.02 228.56 0.95 0.6
Hex 38 5D FA 4E 3F 0 2 E5 5F 3C
Octal 70 135 372 116 77 0 2 345 137 74
Binary 111000 1011101 11111010 1001110 111111 0 10 11100101 1011111 111100

Color Harmonies of #385DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DFA

Black with #385DFA

Text Example


Text Example

White with #385DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,93,250); }

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

background-color css

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

 a { background-color: rgb(56,93,250); }

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

border-color css

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

 span { border-color: rgb(56,93,250); }

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