Html Css Color HEX #385CF9 Royal Blue

📋 copy color: '#385CF9'

red 56 ◦ green 92 ◦ blue 249

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

Shades of Royal Blue #385CF9

Tints of Royal Blue #385CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 249 (97.66% from 255) = 62.72%

R = 14.11%
G = 23.17%
B = 62.72%

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

#385CF9 (or 0x385CF9) is known color: Royal Blue. HEX triplet: 38, 5C and F9. RGB value is (56,92,249). Sum of RGB (Red+Green+Blue) = 56+92+249=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #385CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #385CF9 is #C7A306. Grayscale: #626262. Windows color (decimal): -13083399 or 16342072. OLE color: 16342072.

HSL color Cylindrical-coordinate representation of color #385CF9: hue angle of 228.81º degrees, saturation: 0.94, 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 #385CF9 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 92 249 -
CMYK 0.78 0.63 0 0.02
HSL 228.81º 0.94% 0.6% -
HSV(B) 228.81º 0.78% 0.98% -
XYZ 22.56 15.33 91.39 -
YUV 99.13 212.57 97.23 -
System Red Green Blue C M Y K H S L
Decimal 56 92 249 0.78 0.63 0 0.02 228.81 0.94 0.6
Hex 38 5C F9 4E 3F 0 2 E5 5E 3C
Octal 70 134 371 116 77 0 2 345 136 74
Binary 111000 1011100 11111001 1001110 111111 0 10 11100101 1011110 111100

Color Harmonies of #385CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CF9

Black with #385CF9

Text Example


Text Example

White with #385CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,249); }

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

background-color css

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

 a { background-color: rgb(56,92,249); }

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

border-color css

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

 span { border-color: rgb(56,92,249); }

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