Html Css Color HEX #386FFA Royal Blue

📋 copy color: '#386FFA'

red 56 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #386FFA

Tints of Royal Blue #386FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

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

R = 13.43%
G = 26.62%
B = 59.95%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#386FFA (or 0x386FFA) is known color: Royal Blue. HEX triplet: 38, 6F and FA. RGB value is (56,111,250). Sum of RGB (Red+Green+Blue) = 56+111+250=417 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.43% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #386FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #386FFA is #C79005. Grayscale: #6D6D6D. Windows color (decimal): -13078534 or 16412472. OLE color: 16412472.

HSL color Cylindrical-coordinate representation of color #386FFA: hue angle of 222.99º 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 #386FFA is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 111 250 -
CMYK 0.78 0.56 0 0.02
HSL 222.99º 0.95% 0.6% -
HSV(B) 222.99º 0.78% 0.98% -
XYZ 24.57 19.11 92.84 -
YUV 110.4 206.78 89.2 -
System Red Green Blue C M Y K H S L
Decimal 56 111 250 0.78 0.56 0 0.02 222.99 0.95 0.6
Hex 38 6F FA 4E 38 0 2 DF 5F 3C
Octal 70 157 372 116 70 0 2 337 137 74
Binary 111000 1101111 11111010 1001110 111000 0 10 11011111 1011111 111100

Color Harmonies of #386FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FFA

Black with #386FFA

Text Example


Text Example

White with #386FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386FFA; }

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

 H1.HeaderClassName
 {
   color: #386FFA;
 }
 .AnyTagClassName
 {
   color: #386FFA;
 }
</style>

background-color css

<style>
 a { background-color: #386FFA; }

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

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

border-color css

<style>
 span { border-color: #386FFA; }

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

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